From bd682de1f6b71ea4192b14f66c3bc22e658b5b87 Mon Sep 17 00:00:00 2001
From: Nils Magnus Englund <nme@stepone.no>
Date: Fri, 15 Dec 2017 19:17:33 +0100
Subject: [PATCH] Fixed typo in webpack.config.dev.js (#3601)

Replaced `it's` with `its`
---
 packages/react-scripts/config/webpack.config.dev.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/react-scripts/config/webpack.config.dev.js b/packages/react-scripts/config/webpack.config.dev.js
index c9d5ae0b2..9f3131b06 100644
--- a/packages/react-scripts/config/webpack.config.dev.js
+++ b/packages/react-scripts/config/webpack.config.dev.js
@@ -220,7 +220,7 @@ module.exports = {
           // that fall through the other loaders.
           {
             // Exclude `js` files to keep "css" loader working as it injects
-            // it's runtime that would otherwise processed through "file" loader.
+            // its runtime that would otherwise processed through "file" loader.
             // Also exclude `html` and `json` extensions so they get processed
             // by webpacks internal loaders.
             exclude: [/\.(js|jsx|mjs)$/, /\.html$/, /\.json$/],
-- 
GitLab