Fix misspelling (#3468)

This commit is contained in:
JANG SUN HYUK
2017-11-20 01:16:41 +09:00
committed by Dan Abramov
parent 47af4b42cd
commit 657d145f34

View File

@@ -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