File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/react-scripts/template Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -885,7 +885,7 @@ Open your `package.json` and add a `homepage` field:
885885**The above step is important!**<br>
886886Create React App uses the `homepage` field to determine the root URL in the built HTML file.
887887
888- Now, whenever you run `npm run build`, you will see a cheat sheet with instructions on how to deploy to GitHub pages:
888+ Now, whenever you run `npm run build`, you will see a cheat sheet with instructions on how to deploy to GitHub pages.
889889
890890To publish it at [http://myusername.github.io/my-app](http://myusername.github.io/my-app), run:
891891
@@ -941,7 +941,7 @@ With this setup Netlify will build and deploy when you push to git or open a pul
9419412. Pick your Git hosting service and select your repository
9429423. Click `Build your site`
943943
944- **Support for client site routing:**
944+ **Support for client-side routing:**
945945
946946To support `pushState`, make sure to create a `public/_redirects` file with the following rewrite rules:
947947
You can’t perform that action at this time.
0 commit comments