Skip to content

Commit aa4fc25

Browse files
authored
minor wording change
1 parent 868ce74 commit aa4fc25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/aws-cdk-lib/core/lib/asset-staging.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ export class AssetStaging extends Construct {
346346
// directory after it has been moved to the staging directory if the hash is known before bundling. This way if bundling
347347
// is skipped because the bundling directory already exists we can still determine
348348
// the correct packaging type.
349-
// If the hash is calculated after bundling we remove the temp dir now.
349+
// If the hash is calculated after bundling we remove the temporary directory now.
350350
if (bundledAsset.packaging === FileAssetPackaging.FILE) {
351351
if (this.hashType === AssetHashType.OUTPUT || this.hashType === AssetHashType.BUNDLE) {
352352
fs.removeSync(path.dirname(bundledAsset.path));

0 commit comments

Comments
 (0)