Skip to content

Commit

Permalink
docs(cli): fix typo for defaultBehavior doc in SelectStacksOptions (
Browse files Browse the repository at this point in the history
#32654)

This PR is about very very small typo, but I found...

(I was just looking at this module now and was curious about it, so I reported it while I was at it.)
  • Loading branch information
go-to-k authored Dec 25, 2024
1 parent 0731095 commit 0e1854d
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 0e1854d

Please sign in to comment.