doc: fix corepack grammar for --force flag

PR-URL: https://github.com/nodejs/node/pull/40762
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Voltrex <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
Steven 2021-11-08 18:28:28 -05:00 committed by Luigi Pinca
parent 6c86af9faa
commit 43a267f673

View File

@ -101,7 +101,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).