From 9697f16952b1bf02bb5455c36a1995277cbc0c97 Mon Sep 17 00:00:00 2001 From: Mihai Crisan <61682879+crisanmm@users.noreply.github.com> Date: Mon, 11 Jul 2022 21:44:06 +0300 Subject: [PATCH] docs: typo in npm command (#5118) --- 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.