fix: typo from 'instalsx' to 'installs'
Kenny Vo committed
Nov 9, 2021 at 21:38 UTC
e1ecba6dc6ecebc933fd65ca71c545fd1dbf7d08
1 file changed
+1
-1
content/packages-and-modules/getting-packages-from-the-registry/downloading-and-installing-packages-locally.mdx
+1
-1
@@ -51,7 +51,7 @@ ls node_modules
51
52
## Installed package version
53
54
-If there is a `package.json` file in the directory in which `npm install` is run, npm instalsx the latest version of the package that satisfies the [semantic versioning rule][semver] declared in `package.json`.
54
+If there is a `package.json` file in the directory in which `npm install` is run, npm installs the latest version of the package that satisfies the [semantic versioning rule][semver] declared in `package.json`.
55
56
If there is no `package.json` file, the latest version of the package is installed.
57