From 36784162f9d13c2021782f0b9540e39697e584b4 Mon Sep 17 00:00:00 2001 From: shawtung Date: Fri, 14 Dec 2018 20:54:35 +0800 Subject: [PATCH] Fix comment typo --- packages/react-scripts/config/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/config/webpack.config.js b/packages/react-scripts/config/webpack.config.js index 746884a03eb..3696597fb44 100644 --- a/packages/react-scripts/config/webpack.config.js +++ b/packages/react-scripts/config/webpack.config.js @@ -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, },