diff --git a/scripts/start.js b/scripts/start.js
index a1d984017f8a79cdbb11d481cf9c6b34f43eec7e..32f20c25fcfe61418be2167f182afecf62ec778f 100644
--- a/scripts/start.js
+++ b/scripts/start.js
@@ -208,7 +208,7 @@ function addMiddleware(devServer) {
     // So if `proxy` is specified, we need to decide which fallback to use.
     // We use a heuristic: if request `accept`s text/html, we pick /index.html.
     // Modern browsers include text/html into `accept` header when navigating.
-    // However API calls like `fetch()` won’t generally won’t accept text/html.
+    // However API calls like `fetch()` won’t generally accept text/html.
     // If this heuristic doesn’t work well for you, don’t use `proxy`.
     htmlAcceptHeaders: proxy ?
       ['text/html'] :