Skip to content

Commit 54f0f43

Browse files
chore: typo fix in cli README.md (#29390)
### Reason for this change I was reading the documentation and found a small typo to be fixed. ### Description of changes Fixed the typo ### Description of how you validated changes It's just a README ### 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 4f2b757 commit 54f0f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ $ cdk synth
128128
$ # Synthesize cloud assembly for StackName, but don't include dependencies
129129
$ cdk synth MyStackName --exclusively
130130

131-
$ # Synthesize cloud assembly for StackName, but don't cloudFormation template output to STDOUT
131+
$ # Synthesize cloud assembly for StackName, but don't write CloudFormation template output to STDOUT
132132
$ cdk synth MyStackName --quiet
133133
```
134134

0 commit comments

Comments
 (0)