Skip to content

Commit 525ce0e

Browse files
Apply suggestions from code review
Co-authored-by: Pete Bacon Darwin <[email protected]>
1 parent 30f0fed commit 525ce0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/src/build/patches/investigated/update-webpack-chunks-file/get-chunk-installation-identifiers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function getInstalledChunksDeclaration(
6767
(declaration) => declaration === installChunkDeclaration
6868
);
6969

70-
// the installedChunks declaration is comes right before the installChunk one
70+
// the installedChunks declaration comes right before the installChunk one
7171
const installedChunksDeclaration = allVariableDeclarations[installChunkDeclarationIdx - 1];
7272

7373
if (!installedChunksDeclaration?.getInitializer()?.isKind(ts.SyntaxKind.ObjectLiteralExpression)) {

0 commit comments

Comments
 (0)