Skip to content

Commit f15640f

Browse files
Fix typo in comment.
1 parent d66fb0d commit f15640f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/JsonpMainTemplatePlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ JsonpMainTemplatePlugin.prototype.apply = function(mainTemplate) {
8686
"return Promise.resolve();"
8787
]),
8888
"",
89-
"// an Promise means \"currently loading\".",
89+
"// a Promise means \"currently loading\".",
9090
"if(installedChunks[chunkId]) {",
9191
this.indent([
9292
"return installedChunks[chunkId][2];"

0 commit comments

Comments
 (0)