Skip to content

Commit

Permalink
docs: correct typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and echeung-amzn committed Aug 28, 2023
1 parent 7126082 commit 075b3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export class MonitoringStack extends DeploymentStack {

### Customize actions

Alarms should have an action setup, otherwise they are not very useful. Currently, we support notifying an SNS queue.
Alarms should have an action setup, otherwise they are not very useful. Currently, we support notifying an SNS Topic.

```ts
const onAlarmTopic = new Topic(this, "AlarmTopic");
Expand Down

0 comments on commit 075b3c9

Please sign in to comment.