Fixed typo

This commit is contained in:
Steve Kenworthy
2014-07-09 10:50:43 +08:00
parent c4e9a0e340
commit b9abf32007

View File

@@ -266,7 +266,7 @@ package be unregistered](https://github.com/bower/bower/issues/120).
### Maintaining dependencies
Using `bower install pkgName --save` will add `pkgName` to your project's
bower.json `"depenencies"` array.
bower.json `"dependencies"` array.
Similarly, using `bower install pkgName --save-dev` will add `pkgName` to your
project's bower.json `"devDependencies"` array.