From 657d145f34f18dfe53afa19aca1854592d99cc3f Mon Sep 17 00:00:00 2001 From: JANG SUN HYUK <wkdtjsgur100@nate.com> Date: Mon, 20 Nov 2017 01:16:41 +0900 Subject: [PATCH] Fix misspelling (#3468) --- packages/react-scripts/template/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md index 2aa664883..d8ee5fb5c 100644 --- a/packages/react-scripts/template/README.md +++ b/packages/react-scripts/template/README.md @@ -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 -- GitLab