Skip to content

Commit c453872

Browse files
committed
docs: fix wording in FEATURE_FLAGS.md for clarity
1 parent fd5ff76 commit c453872

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,10 @@ export const FLAGS: Record<string, FlagInfo> = {
156156
detailsMd: `
157157
When enabled, the \`signingProfileName\` property is passed to the L1 \`CfnSigningProfile\` construct,
158158
which ensures that the AWS Signer profile is created with the specified name.
159-
159+
160160
When disabled, the \`signingProfileName\` is not passed to CloudFormation, maintaining backward
161161
compatibility with existing deployments where CloudFormation auto-generated profile names.
162-
162+
163163
This feature flag is needed because enabling it can cause existing signing profiles to be
164164
replaced during deployment if a \`signingProfileName\` was specified but not previously used
165165
in the CloudFormation template.`,
@@ -659,7 +659,7 @@ export const FLAGS: Record<string, FlagInfo> = {
659659
//////////////////////////////////////////////////////////////////////
660660
[IAM_IMPORTED_ROLE_STACK_SAFE_DEFAULT_POLICY_NAME]: {
661661
type: FlagType.BugFix,
662-
summary: 'Enable this feature to by default create default policy names for imported roles that depend on the stack the role is in.',
662+
summary: 'Enable this feature to create default policy names for imported roles that depend on the stack the role is in.',
663663
detailsMd: `
664664
Without this, importing the same role in multiple places could lead to the permissions given for one version of the imported role
665665
to overwrite permissions given to the role at a different place where it was imported. This was due to all imported instances

0 commit comments

Comments
 (0)