From 13ada0de827a3cedca449705da2ef22018624b4f Mon Sep 17 00:00:00 2001 From: Shuto Yukawa Date: Tue, 31 Mar 2026 19:00:43 +0900 Subject: [PATCH] docs(cx-api): fix "featuer" typo to "feature" in README --- packages/aws-cdk-lib/cx-api/FEATURE_FLAGS.md | 2 +- packages/aws-cdk-lib/cx-api/README.md | 4 ++-- packages/aws-cdk-lib/cx-api/lib/features.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/aws-cdk-lib/cx-api/FEATURE_FLAGS.md b/packages/aws-cdk-lib/cx-api/FEATURE_FLAGS.md index fc7546cacd8d9..5133c499846e1 100644 --- a/packages/aws-cdk-lib/cx-api/FEATURE_FLAGS.md +++ b/packages/aws-cdk-lib/cx-api/FEATURE_FLAGS.md @@ -1475,7 +1475,7 @@ any prefix. Flag type: New default behavior -When this featuer flag is enabled, the default volume type of the EBS volume will be `EbsDeviceVolumeType.GENERAL_PURPOSE_SSD_GP3`. +When this feature flag is enabled, the default volume type of the EBS volume will be `EbsDeviceVolumeType.GENERAL_PURPOSE_SSD_GP3`. | Since | Unset behaves like | Recommended value | diff --git a/packages/aws-cdk-lib/cx-api/README.md b/packages/aws-cdk-lib/cx-api/README.md index 38f7485ee7896..9eb499d590d1b 100644 --- a/packages/aws-cdk-lib/cx-api/README.md +++ b/packages/aws-cdk-lib/cx-api/README.md @@ -345,7 +345,7 @@ _cdk.json_ When enabled, the default volume type of the EBS volume will be GP3. -When this featuer flag is enabled, the default volume type of the EBS volume will be `EbsDeviceVolumeType.GENERAL_PURPOSE_SSD_GP3` +When this feature flag is enabled, the default volume type of the EBS volume will be `EbsDeviceVolumeType.GENERAL_PURPOSE_SSD_GP3` _cdk.json_ @@ -361,7 +361,7 @@ _cdk.json_ When enabled, remove default deployment alarm settings. -When this featuer flag is enabled, remove the default deployment alarm settings when creating a AWS ECS service. +When this feature flag is enabled, remove the default deployment alarm settings when creating a AWS ECS service. _cdk.json_ diff --git a/packages/aws-cdk-lib/cx-api/lib/features.ts b/packages/aws-cdk-lib/cx-api/lib/features.ts index f4f3f82af0b9a..aa3bb11d22dc0 100644 --- a/packages/aws-cdk-lib/cx-api/lib/features.ts +++ b/packages/aws-cdk-lib/cx-api/lib/features.ts @@ -1173,7 +1173,7 @@ export const FLAGS: Record = { type: FlagType.ApiDefault, summary: 'When enabled, the default volume type of the EBS volume will be GP3', detailsMd: ` - When this featuer flag is enabled, the default volume type of the EBS volume will be \`EbsDeviceVolumeType.GENERAL_PURPOSE_SSD_GP3\`. + When this feature flag is enabled, the default volume type of the EBS volume will be \`EbsDeviceVolumeType.GENERAL_PURPOSE_SSD_GP3\`. `, introducedIn: { v2: '2.140.0' }, recommendedValue: true,