Skip to content

Commit

Permalink
chore: fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Zambelli committed May 2, 2024
1 parent cf4dd74 commit f5152aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/application-cost-monitoring.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export class ApplicationCostMonitoring extends IBudgetStrategy {
* @example
* Tracking budget for an application called `my-application`
*
* ```ts
* const app = new cdk.App();
* const firstStack = new FirstStack(app, 'FirstStack', {});
* const secondStack = new SecondStack(app, 'SecondStack', {});
Expand All @@ -59,7 +58,6 @@ export class ApplicationCostMonitoring extends IBudgetStrategy {
* });
*
* budgetStratgy.monitor();
* ```
*/
constructor(stack: Stack, props: ApplicationCostMonitoringProps) {
super(stack, props);
Expand Down

0 comments on commit f5152aa

Please sign in to comment.