Skip to content

Commit 99ddffc

Browse files
authored
chore(core): fix typo (#25214)
---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent d74b181 commit 99ddffc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/aws-cdk-lib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ The following synthesizers are available:
136136
controlling who can assume the deploy role. This is the default stack
137137
synthesizer in CDKv2.
138138
- `LegacyStackSynthesizer`: Uses CloudFormation parameters to communicate
139-
asset locations, and the CLI's current permissions to deploy stacks. The
139+
asset locations, and the CLI's current permissions to deploy stacks. This
140140
is the default stack synthesizer in CDKv1.
141141
- `CliCredentialsStackSynthesizer`: Uses predefined asset locations, and the
142142
CLI's current permissions.

packages/aws-cdk-lib/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The following synthesizers are available:
101101
controlling who can assume the deploy role. This is the default stack
102102
synthesizer in CDKv2.
103103
- `LegacyStackSynthesizer`: Uses CloudFormation parameters to communicate
104-
asset locations, and the CLI's current permissions to deploy stacks. The
104+
asset locations, and the CLI's current permissions to deploy stacks. This
105105
is the default stack synthesizer in CDKv1.
106106
- `CliCredentialsStackSynthesizer`: Uses predefined asset locations, and the
107107
CLI's current permissions.

0 commit comments

Comments
 (0)