Skip to content

Commit

Permalink
doc: update directories to directory in corepack --help (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvqq authored Sep 29, 2024
1 parent 095903b commit d732259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/commands/Enable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class EnableCommand extends Command<Context> {
];

static usage = Command.Usage({
description: `Add the Corepack shims to the install directories`,
description: `Add the Corepack shims to the install directory`,
details: `
When run, this command will check whether the shims for the specified package managers can be found with the correct values inside the install directory. If not, or if they don't exist, they will be created.
Expand Down

0 comments on commit d732259

Please sign in to comment.