diff --git a/scripts/start.js b/scripts/start.js
index 32f20c25fcfe61418be2167f182afecf62ec778f..be1d6f80e0d2db2dab5d0d01bbcfd16b5cd45bdf 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,