Skip to content

Commit 40a8e61

Browse files
authored
docs: fix SnsAction typo for aws-cdk-lib aws_cloudwatch Alarm addAlarmAction (#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*
1 parent 030500a commit 40a8e61

File tree

1 file changed

+1
-1
lines changed
  • packages/aws-cdk-lib/aws-cloudwatch/lib

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/aws-cloudwatch/lib/alarm.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ export class Alarm extends AlarmBase {
250250
/**
251251
* Trigger this action if the alarm fires
252252
*
253-
* Typically SnsAcion or AutoScalingAction.
253+
* Typically SnsAction or AutoScalingAction.
254254
*/
255255
public addAlarmAction(...actions: IAlarmAction[]) {
256256
if (this.alarmActionArns === undefined) {

0 commit comments

Comments
 (0)