From 51683c882713af2111c64b033aebf037a24985ef Mon Sep 17 00:00:00 2001
From: Andrew Patton <andrew@acusti.ca>
Date: Mon, 25 Oct 2021 18:06:13 -0700
Subject: [PATCH] :memo: Fix typo in index.html template comment

---
 packages/cra-template-typescript/template/public/index.html | 2 +-
 packages/cra-template/template/public/index.html            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/cra-template-typescript/template/public/index.html b/packages/cra-template-typescript/template/public/index.html
index aa069f27c..6454855dc 100644
--- a/packages/cra-template-typescript/template/public/index.html
+++ b/packages/cra-template-typescript/template/public/index.html
@@ -36,7 +36,7 @@
       You can add webfonts, meta tags, or analytics to this file.
       The build step will place the bundled scripts into the <body> tag.
 
-      To begin the development, run `npm start` or `yarn start`.
+      To begin the development server, run `npm start` or `yarn start`.
       To create a production bundle, use `npm run build` or `yarn build`.
     -->
   </body>
diff --git a/packages/cra-template/template/public/index.html b/packages/cra-template/template/public/index.html
index aa069f27c..6454855dc 100644
--- a/packages/cra-template/template/public/index.html
+++ b/packages/cra-template/template/public/index.html
@@ -36,7 +36,7 @@
       You can add webfonts, meta tags, or analytics to this file.
       The build step will place the bundled scripts into the <body> tag.
 
-      To begin the development, run `npm start` or `yarn start`.
+      To begin the development server, run `npm start` or `yarn start`.
       To create a production bundle, use `npm run build` or `yarn build`.
     -->
   </body>
-- 
GitLab