Skip to content

Commit

Permalink
docs: fix description for CloudWatch graph widget (#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
pose authored and Elad Ben-Israel committed Nov 4, 2018
1 parent d09d30c commit 28b28a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-cloudwatch/lib/graph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export interface GraphWidgetProps extends MetricWidgetProps {
}

/**
* A dashboard widget that displays MarkDown
* A dashboard widget that displays metrics
*/
export class GraphWidget extends ConcreteWidget {
private readonly props: GraphWidgetProps;
Expand Down

0 comments on commit 28b28a0

Please sign in to comment.