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 <[email protected]>
Reviewed-By: Juan José Arboleda <[email protected]>
Reviewed-By: Voltrex <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
  • Loading branch information
styfle authored and targos committed Nov 21, 2021
1 parent 9271f23 commit d3070d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/corepack.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit d3070d8

Please sign in to comment.