Skip to content

Commit

Permalink
docs: fix SnsAction typo for aws-cdk-lib aws_cloudwatch Alarm addAlar…
Browse files Browse the repository at this point in the history
…mAction (#30867)

### Issue # (if applicable)

N/A

### Reason for this change

Fixing a typo

### Description of changes

Fixing a typo in the docs under aws-cdk-lib aws_cloudwatch Alarm addAlarmAction

### Description of how you validated changes

Spell checker

### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
pyepye authored Jul 17, 2024
1 parent 030500a commit 40a8e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-cloudwatch/lib/alarm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export class Alarm extends AlarmBase {
/**
* Trigger this action if the alarm fires
*
* Typically SnsAcion or AutoScalingAction.
* Typically SnsAction or AutoScalingAction.
*/
public addAlarmAction(...actions: IAlarmAction[]) {
if (this.alarmActionArns === undefined) {
Expand Down

0 comments on commit 40a8e61

Please sign in to comment.