Skip to content

Commit 13ada0d

Browse files
committed
docs(cx-api): fix "featuer" typo to "feature" in README
1 parent 012cf32 commit 13ada0d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/aws-cdk-lib/cx-api/FEATURE_FLAGS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1475,7 +1475,7 @@ any prefix.
14751475

14761476
Flag type: New default behavior
14771477

1478-
When this featuer flag is enabled, the default volume type of the EBS volume will be `EbsDeviceVolumeType.GENERAL_PURPOSE_SSD_GP3`.
1478+
When this feature flag is enabled, the default volume type of the EBS volume will be `EbsDeviceVolumeType.GENERAL_PURPOSE_SSD_GP3`.
14791479

14801480

14811481
| Since | Unset behaves like | Recommended value |

packages/aws-cdk-lib/cx-api/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ _cdk.json_
345345

346346
When enabled, the default volume type of the EBS volume will be GP3.
347347

348-
When this featuer flag is enabled, the default volume type of the EBS volume will be `EbsDeviceVolumeType.GENERAL_PURPOSE_SSD_GP3`
348+
When this feature flag is enabled, the default volume type of the EBS volume will be `EbsDeviceVolumeType.GENERAL_PURPOSE_SSD_GP3`
349349

350350
_cdk.json_
351351

@@ -361,7 +361,7 @@ _cdk.json_
361361

362362
When enabled, remove default deployment alarm settings.
363363

364-
When this featuer flag is enabled, remove the default deployment alarm settings when creating a AWS ECS service.
364+
When this feature flag is enabled, remove the default deployment alarm settings when creating a AWS ECS service.
365365

366366
_cdk.json_
367367

packages/aws-cdk-lib/cx-api/lib/features.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1173,7 +1173,7 @@ export const FLAGS: Record<string, FlagInfo> = {
11731173
type: FlagType.ApiDefault,
11741174
summary: 'When enabled, the default volume type of the EBS volume will be GP3',
11751175
detailsMd: `
1176-
When this featuer flag is enabled, the default volume type of the EBS volume will be \`EbsDeviceVolumeType.GENERAL_PURPOSE_SSD_GP3\`.
1176+
When this feature flag is enabled, the default volume type of the EBS volume will be \`EbsDeviceVolumeType.GENERAL_PURPOSE_SSD_GP3\`.
11771177
`,
11781178
introducedIn: { v2: '2.140.0' },
11791179
recommendedValue: true,

0 commit comments

Comments
 (0)