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).