Skip to content

Commit

Permalink
doc: fix corepack grammar for --force flag
Browse files Browse the repository at this point in the history
PR-URL: #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>
  • Loading branch information
styfle authored and richardlau committed Jan 25, 2022
1 parent 004eafb commit 4477da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/corepack.md
Expand Up @@ -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).

Expand Down

0 comments on commit 4477da8

Please sign in to comment.