diff options
Diffstat (limited to 'deps/npm/doc/misc/npm-scope.md')
-rw-r--r-- | deps/npm/doc/misc/npm-scope.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/doc/misc/npm-scope.md b/deps/npm/doc/misc/npm-scope.md index a4ee1a0825..66a9255d66 100644 --- a/deps/npm/doc/misc/npm-scope.md +++ b/deps/npm/doc/misc/npm-scope.md @@ -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 |