Skip to content

Commit

Permalink
chore: typo fix in cli README.md (#29390)
Browse files Browse the repository at this point in the history
### 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*
  • Loading branch information
armmanvaillancourt authored Mar 7, 2024
1 parent 4f2b757 commit 54f0f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ $ cdk synth
$ # Synthesize cloud assembly for StackName, but don't include dependencies
$ cdk synth MyStackName --exclusively

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

Expand Down

0 comments on commit 54f0f43

Please sign in to comment.