diff --git a/packages/@aws-cdk/core/test/staging.test.ts b/packages/@aws-cdk/core/test/staging.test.ts index d4f79c1ae9875..69228484a0c7f 100644 --- a/packages/@aws-cdk/core/test/staging.test.ts +++ b/packages/@aws-cdk/core/test/staging.test.ts @@ -581,7 +581,7 @@ describe('staging', () => { ]); }); - test('bundling throws when /asset-ouput is empty', () => { + test('bundling throws when /asset-output is empty', () => { // GIVEN const app = new App(); const stack = new Stack(app, 'stack');