Skip to content

Commit 4c62f0b

Browse files
chore(feature-flags): fix formatting issue (#24141)
The extra period in this text block changes the generated feature flag on every build. It looks like it was updated accidentally after the generated one was built and committed with the extra period. Closes #<issue number here>. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent fd5d2f5 commit 4c62f0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -634,12 +634,12 @@ export const FLAGS: Record<string, FlagInfo> = {
634634
type: FlagType.BugFix,
635635
summary: 'Use unique resource name for Database Proxy',
636636
detailsMd: `
637-
If this flag is not set, the default behavior for \`DatabaseProxy\` is
638-
to use \`id\` of the constructor for \`dbProxyName\` when it's not specified in the argument..
637+
If this flag is not set, the default behavior for \`DatabaseProxy\` is
638+
to use \`id\` of the constructor for \`dbProxyName\` when it's not specified in the argument.
639639
In this case, users can't deploy \`DatabaseProxy\`s that have the same \`id\` in the same region.
640-
640+
641641
If this flag is set, the default behavior is to use unique resource names for each \`DatabaseProxy\`.
642-
642+
643643
This is a feature flag as the old behavior was technically incorrect, but users may have come to depend on it.
644644
`,
645645
introducedIn: { v2: 'V2NEXT' },

0 commit comments

Comments
 (0)