diff options
Diffstat (limited to 'doc/user/packages')
-rw-r--r-- | doc/user/packages/npm_registry/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/packages/npm_registry/index.md b/doc/user/packages/npm_registry/index.md index 7b97933aa89..e66b3d1ac63 100644 --- a/doc/user/packages/npm_registry/index.md +++ b/doc/user/packages/npm_registry/index.md @@ -244,7 +244,7 @@ Registry. ## Installing a package -NPM packages are commonly installed using the the `npm` or `yarn` commands +NPM packages are commonly installed using the `npm` or `yarn` commands inside a JavaScript project. If you haven't already, you will need to set the URL for scoped packages. You can do this with the following command: |