From cd31457b1b75162cc1986e6e4410d72e663372c3 Mon Sep 17 00:00:00 2001 From: Andrew Tennikoff Date: Fri, 4 Jun 2021 10:07:24 +1000 Subject: [PATCH] docs(core): simple typo fix (#14982) 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* --- packages/@aws-cdk/core/lib/stage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@aws-cdk/core/lib/stage.ts b/packages/@aws-cdk/core/lib/stage.ts index efe65f115ab55..737f376848c69 100644 --- a/packages/@aws-cdk/core/lib/stage.ts +++ b/packages/@aws-cdk/core/lib/stage.ts @@ -202,7 +202,7 @@ export class Stage extends CoreConstruct { } /** - * Options for assemly synthesis. + * Options for assembly synthesis. */ export interface StageSynthesisOptions { /**