Skip to content

Commit 94f952a

Browse files
authored
Merge pull request #1105 from jamesbeegen/typo-fix
Fixed a typo in the word 'simplicity'
2 parents 3ed6279 + 5c7b19c commit 94f952a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ If you attempt to configure the `NVM_SYMLINK` to use an existing directory (like
8080
_PATH Conflicts_
8181
If you do not uninstall the original version, running `nvm use` may appear to do nothing at all. Running `node -v` will always show the original installation version. This is due to a [`PATH` conflict](https://github.com/coreybutler/nvm-windows/wiki/Common-Issues#why-do-i-need-to-uninstall-nodejs-before-installing-nvm-for-windows) that presents when the same application is installed multiple times. In NVM4W 1.1.11+, run `nvm debug` to determine if you have a `PATH` conflict.
8282

83-
For simpliciy, we recommend uninstalling any existing versions of Node.js before using NVM for Windows. Delete any existing Node.js installation directories (e.g., `%ProgramFiles%\nodejs`) that might remain. NVM's generated symlink will not overwrite an existing (even empty) installation directory.
83+
For simplicity, we recommend uninstalling any existing versions of Node.js before using NVM for Windows. Delete any existing Node.js installation directories (e.g., `%ProgramFiles%\nodejs`) that might remain. NVM's generated symlink will not overwrite an existing (even empty) installation directory.
8484

8585
:eyes: **Backup any global `npmrc` config** :eyes:
8686
(e.g. `%AppData%\npm\etc\npmrc`)

0 commit comments

Comments
 (0)