From 4477da858fab9f3bb21236832cbc553303a8d3a5 Mon Sep 17 00:00:00 2001 From: Steven Date: Mon, 8 Nov 2021 18:28:28 -0500 Subject: [PATCH] doc: fix corepack grammar for `--force` flag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/40762 Reviewed-By: Tobias Nießen Reviewed-By: Juan José Arboleda Reviewed-By: Voltrex Reviewed-By: Luigi Pinca --- doc/api/corepack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/corepack.md b/doc/api/corepack.md index 1e30256b4911a7..3277e9cefbf00b 100644 --- a/doc/api/corepack.md +++ b/doc/api/corepack.md @@ -100,7 +100,7 @@ install. To avoid this problem, consider one of the following options: binaries anyway and will ensure that the requested versions are always available, so installing the package managers explicitly isn't needed anymore. -* Add the `--force` to `npm install`; this will tell npm that it's fine to +* Add the `--force` flag to `npm install`; this will tell npm that it's fine to override binaries, but you'll erase the Corepack ones in the process (should that happen, run [`corepack enable`][] again to add them back).