From 86ac76caa4a8bd5d1acb1777befdbc4d9ebc8a1a Mon Sep 17 00:00:00 2001 From: Le Michel <95184938+Ptitet@users.noreply.github.com> Date: Mon, 11 Dec 2023 18:00:40 +0100 Subject: [PATCH] docs(publish): add missing closing parenthesis (#7073) --- 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 53041336bc702..7c97401440670 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