From 16a9724964b3b0d48c6ebd232d74b1e098a80ec1 Mon Sep 17 00:00:00 2001
From: Rewieer <rewieer@gmail.com>
Date: Sat, 17 Sep 2016 21:10:39 +0200
Subject: [PATCH] Corrected a typo in the comments of start.js (#663)

---
 scripts/start.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/start.js b/scripts/start.js
index 32f20c25f..be1d6f80e 100644
--- a/scripts/start.js
+++ b/scripts/start.js
@@ -253,7 +253,7 @@ function runDevServer(port, protocol) {
     // to use Webpack for importing assets in the code, so we don't need to
     // additionally serve files by their filenames. Otherwise, even if it
     // works in development, those files will be missing in production, unless
-    // we explicitly copy them. But even if we copy the all the files into
+    // we explicitly copy them. But even if we copy all the files into
     // the build output (which doesn't seem to be wise because it may contain
     // private information such as files with API keys, for example), we would
     // still have a problem. Since the filenames would be the same every time,
-- 
GitLab