Browse Source

Gitbook Auto Published

Willin Wang 8 years ago
parent
commit
0c3418a920
1 changed files with 1 additions and 1 deletions
  1. 1 1
      project/tool/npm.md

+ 1 - 1
project/tool/npm.md

@@ -11,7 +11,7 @@ npm init
 ```bash
 # 产品环境依赖
 npm install -S package-name
-# 开发环境依赖,如Wepack及插件,不需要在产品环境中引用的
+# 开发环境依赖,如Webpack及插件,不需要在产品环境中引用的
 npm install -D package-name
 # 选择依赖,如Demo中使用的
 npm install -O package-name