Skip to content

Commit

Permalink
docs(core): simple typo fix (#14982)
Browse files Browse the repository at this point in the history
Simple typo fix: assemly -> assembly

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
atenni authored Jun 4, 2021
1 parent ced9b38 commit cd31457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/core/lib/stage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export class Stage extends CoreConstruct {
}

/**
* Options for assemly synthesis.
* Options for assembly synthesis.
*/
export interface StageSynthesisOptions {
/**
Expand Down

0 comments on commit cd31457

Please sign in to comment.