Skip to content

Commit

Permalink
docs(cxapp): fix typo for defaultBehavior doc in SelectStacksOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
go-to-k committed Dec 25, 2024
1 parent 0731095 commit 5feff0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk/lib/api/cxapp/cloud-assembly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export interface SelectStacksOptions {
extend?: ExtendedStackSelection;

/**
* The behavior if if no selectors are provided.
* The behavior if no selectors are provided.
*/
defaultBehavior: DefaultSelection;

Expand Down

0 comments on commit 5feff0d

Please sign in to comment.