Skip to content

Commit 5e66ea0

Browse files
committed
fix(test-app): Fix spelling error
1 parent aea1372 commit 5e66ea0

File tree

1 file changed

+1
-1
lines changed
  • packages/aws-cdk-lib/pipelines/test/testhelpers

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/pipelines/test/testhelpers/test-app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ export class MultipleFileAssetsApp extends Stage {
204204

205205
const fileNames = ['test-file-asset.txt', 'test-file-asset-two.txt', 'test-file-asset-three.txt'];
206206
if (props.displayNames && props.displayNames.length !== props.n) {
207-
throw new Error('Incorrect displayNames lenght');
207+
throw new Error('Incorrect displayNames length');
208208
}
209209

210210
for (let i = 0; i < props.n; i++) {

0 commit comments

Comments
 (0)