Skip to content

Commit

Permalink
Fix comment typo (#6036)
Browse files Browse the repository at this point in the history
  • Loading branch information
shawtung authored and ianschmitz committed Dec 31, 2018
1 parent 6fc1993 commit 1aca3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ module.exports = function(webpackEnv) {
chunks: 'all',
name: false,
},
// Keep the runtime chunk seperated to enable long term caching
// Keep the runtime chunk separated to enable long term caching
// https://twitter.com/wSokra/status/969679223278505985
runtimeChunk: true,
},
Expand Down

0 comments on commit 1aca3cc

Please sign in to comment.