From fa6e86d0384db66e3356bd05245318a830cdea5b Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Tue, 24 Aug 2021 16:35:13 -0700 Subject: [PATCH] docs: fix typos and wording in npm --- docs/npm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/npm.md b/docs/npm.md index 42589fa1..f02cec56 100644 --- a/docs/npm.md +++ b/docs/npm.md @@ -136,7 +136,7 @@ A step-by-step example of how you might do this is: ### Debugging install issues with npm -Unfortunately, `yarn` swallows all logs on `yarn global add` so instead you can install with `npm` and see the logs: +`yarn` suppresses logs when running `yarn global add`, so to debug installation issues, install with `npm` instead: ```shell # Uninstall