diff --git a/docs/build.md b/docs/build.md index 8537c2d6..e04de03e 100644 --- a/docs/build.md +++ b/docs/build.md @@ -19,7 +19,7 @@ Then, we have to run the app. ``` npm run hot ``` -> Actually the app can be start with `npm start@. However, the app will use the compiled script. +> Actually the app can be start with `npm start`. However, the app will use the compiled script. By this, webpack will watch the code changes and apply it automatically.