Skip to content

Commit

Permalink
Fix minor typo in npm-scope docs
Browse files Browse the repository at this point in the history
  • Loading branch information
timoxley committed Oct 3, 2014
1 parent a838c3c commit 0c5bff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/misc/npm-scope.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ scoped modules will be in `node_modules/@myorg/packagename`. The scope folder
(`@myorg`) is simply the name of the scope preceded by an @-symbol, and can
contain any number of scoped packages.

A scoped package is install by referencing it by name, preceded by an @-symbol,
in `npm install`:
A scoped package is installed by referencing it by name, preceded by an
@-symbol, in `npm install`:

npm install @myorg/mypackage

Expand Down

0 comments on commit 0c5bff0

Please sign in to comment.