diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md
index 651b351892fccfb0a7f5b8a5f6f2742b701851a6..13f63c2e23fbbb45383ff57aaf0e35d522431ee3 100644
--- a/packages/react-scripts/template/README.md
+++ b/packages/react-scripts/template/README.md
@@ -885,7 +885,7 @@ Open your `package.json` and add a `homepage` field:
 **The above step is important!**<br>
 Create React App uses the `homepage` field to determine the root URL in the built HTML file.
 
-Now, whenever you run `npm run build`, you will see a cheat sheet with instructions on how to deploy to GitHub pages:
+Now, whenever you run `npm run build`, you will see a cheat sheet with instructions on how to deploy to GitHub pages.
 
 To publish it at [http://myusername.github.io/my-app](http://myusername.github.io/my-app), run:
 
@@ -941,7 +941,7 @@ With this setup Netlify will build and deploy when you push to git or open a pul
 2. Pick your Git hosting service and select your repository
 3. Click `Build your site`
 
-**Support for client site routing:**
+**Support for client-side routing:**
 
 To support `pushState`, make sure to create a `public/_redirects` file with the following rewrite rules: