Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 329dadb

Browse files
alan-agius4clydin
andauthoredFeb 11, 2025··
Update packages/angular/build/src/tools/esbuild/i18n-inliner.ts
Co-authored-by: Charles <[email protected]>
1 parent 90f5e2b commit 329dadb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/angular/build/src/tools/esbuild/i18n-inliner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export class I18nInliner {
163163

164164
const result = await this.#workerPool.run({ filename, locale, translation });
165165
if (this.#cache && cacheKey) {
166-
// Failure to settung the value should not fail the transform
166+
// Failure to set the value should not fail the transform
167167
await this.#cache.set(cacheKey, result).catch(() => {});
168168
}
169169

0 commit comments

Comments
 (0)
Please sign in to comment.