From 5f7834c1b155569d6551e01f51ab8c5f4ad881ee Mon Sep 17 00:00:00 2001 From: Mihai Crisan <61682879+crisanmm@users.noreply.github.com> Date: Sat, 2 Jul 2022 21:50:57 +0300 Subject: [PATCH] fix: commands/npm.md typo --- docs/content/commands/npm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/commands/npm.md b/docs/content/commands/npm.md index aaf295dfde230..18a68d03cd44f 100644 --- a/docs/content/commands/npm.md +++ b/docs/content/commands/npm.md @@ -102,7 +102,7 @@ following help topics: done via [`npm install`](/commands/npm-install) * adduser: Create an account or log in. When you do this, npm will store - credentials in the user config file config file. + credentials in the user config file. * publish: Use the [`npm publish`](/commands/npm-publish) command to upload your code to the registry.