Skip to content

Commit

Permalink
updatdoc: e directories to directory in corepack --help
Browse files Browse the repository at this point in the history
  • Loading branch information
lvqq committed Sep 29, 2024
1 parent 095903b commit 44bcab6
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 44bcab6

Please sign in to comment.