Skip to content

Commit

Permalink
Fix misspelling (facebook#3468)
Browse files Browse the repository at this point in the history
  • Loading branch information
JANG SUN HYUK authored and gaearon committed Nov 19, 2017
1 parent f40a957 commit 7c5f8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1816,7 +1816,7 @@ npm run analyze
## Deployment
`npm run build` creates a `build` directory with a production build of your app. Set up your favourite HTTP server so that a visitor to your site is served `index.html`, and requests to static paths like `/static/js/main.<hash>.js` are served with the contents of the `/static/js/main.<hash>.js` file.
`npm run build` creates a `build` directory with a production build of your app. Set up your favorite HTTP server so that a visitor to your site is served `index.html`, and requests to static paths like `/static/js/main.<hash>.js` are served with the contents of the `/static/js/main.<hash>.js` file.
### Static Server
Expand Down

0 comments on commit 7c5f8d5

Please sign in to comment.