From 0298aba86fc3aacde95beba3692cd59fb211f7f4 Mon Sep 17 00:00:00 2001 From: kg86 Date: Sat, 24 Sep 2016 15:16:17 +0900 Subject: [PATCH] fix typos --- docs/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.