From c56141e550b6fe7a9da7e29295d3dfb311d6b9cf Mon Sep 17 00:00:00 2001 From: Shane Handley Date: Fri, 5 Mar 2021 14:44:14 +1100 Subject: [PATCH] fix: typo in docblock (dependning -> depending) --- packages/@aws-cdk/core/lib/assets.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@aws-cdk/core/lib/assets.ts b/packages/@aws-cdk/core/lib/assets.ts index d992546dbfdb3..910c0ffe63c47 100644 --- a/packages/@aws-cdk/core/lib/assets.ts +++ b/packages/@aws-cdk/core/lib/assets.ts @@ -117,7 +117,7 @@ export interface FileAssetSource { /** * The path, relative to the root of the cloud assembly, in which this asset - * source resides. This can be a path to a file or a directory, dependning on the + * source resides. This can be a path to a file or a directory, depending on the * packaging type. * * @default - Exactly one of `directory` and `executable` is required