Skip to content

Commit 3e55e5e

Browse files
authored
Merge pull request #4037 from cdr/jsjoeio-tiny-docs-fix
docs: fix typos and wording in npm
2 parents e5a9df3 + fa6e86d commit 3e55e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/npm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ A step-by-step example of how you might do this is:
136136

137137
### Debugging install issues with npm
138138

139-
Unfortunately, `yarn` swallows all logs on `yarn global add` so instead you can install with `npm` and see the logs:
139+
`yarn` suppresses logs when running `yarn global add`, so to debug installation issues, install with `npm` instead:
140140

141141
```shell
142142
# Uninstall

0 commit comments

Comments
 (0)