Skip to content

Commit 1aca3cc

Browse files
shawtungianschmitz
authored andcommitted
Fix comment typo (#6036)
1 parent 6fc1993 commit 1aca3cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/config/webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ module.exports = function(webpackEnv) {
249249
chunks: 'all',
250250
name: false,
251251
},
252-
// Keep the runtime chunk seperated to enable long term caching
252+
// Keep the runtime chunk separated to enable long term caching
253253
// https://twitter.com/wSokra/status/969679223278505985
254254
runtimeChunk: true,
255255
},

0 commit comments

Comments
 (0)