1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

fix typos

This commit is contained in:
kg86
2016-09-24 15:16:17 +09:00
parent 60b344eea8
commit 0298aba86f

View File

@@ -19,7 +19,7 @@ Then, we have to run the app.
``` ```
npm run hot 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. By this, webpack will watch the code changes and apply it automatically.