Skip to content

Commit 70aa136

Browse files
committed
Fix typo in example
1 parent 2a7b39b commit 70aa136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@aws-cdk/aws-autoscaling/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ new autoscaling.AutoScalingGroup(this, 'ASG', {
423423
autoscaling.TerminationPolicy.OLDEST_INSTANCE,
424424
autoscaling.TerminationPolicy.DEFAULT,
425425
],
426-
)};
426+
});
427427
```
428428

429429
## Protecting new instances from being terminated on scale-in

0 commit comments

Comments
 (0)