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 3, 2024
1 parent cc647a6 commit ea9e9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/application-cost-monitoring.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class ApplicationCostMonitoring extends IBudgetStrategy {
* applicationName: 'my-application',
* monthlyLimitInDollars : 200,
* otherStacksToMonitor: [secondStack], // Optional (you can add as many stacks as you want)
* subscribers: ['alert@example.com']
* subscribers: ['alert@mymail.com']
* });
*
* budgetStratgy.monitor();
Expand Down

0 comments on commit ea9e9b8

Please sign in to comment.