From aa8fff11cdab94fff1a2160ee5241f5f4632e96b Mon Sep 17 00:00:00 2001 From: Zearin Date: Mon, 17 Jul 2023 14:00:35 -0400 Subject: [PATCH] docs: fix typo (#6645) add closing parenthesis --- docs/lib/content/commands/npm-publish.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lib/content/commands/npm-publish.md b/docs/lib/content/commands/npm-publish.md index f8481a99b4401..643c56bf68fa3 100644 --- a/docs/lib/content/commands/npm-publish.md +++ b/docs/lib/content/commands/npm-publish.md @@ -20,7 +20,7 @@ scope-configured registry (see A `package` is interpreted the same way as other commands (like -`npm install` and can be: +`npm install`) and can be: * a) a folder containing a program described by a [`package.json`](/configuring-npm/package-json) file