Skip to content

Commit

Permalink
Merge branch 'master' into 9070
Browse files Browse the repository at this point in the history
  • Loading branch information
justin8 committed Aug 5, 2020
2 parents d302fc0 + 998c0f7 commit cac2915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/core/lib/stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export interface StackProps {
* }
* });
*
* // both of these stavks will use the stage's account/region:
* // both of these stacks will use the stage's account/region:
* // `.account` and `.region` will resolve to the concrete values as above
* new MyStack(myStage, 'Stack1');
* new YourStack(myStage, 'Stack1');
Expand Down

0 comments on commit cac2915

Please sign in to comment.