Skip to content

Commit

Permalink
Fix typo: corepath -> corepack (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
shalvah authored Sep 29, 2022
1 parent 9a09dad commit 42e53d5
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 @@ -21,7 +21,7 @@ export class EnableCommand extends Command<Context> {
By default it will locate the install directory by running the equivalent of \`which corepack\`, but this can be tweaked by explicitly passing the install directory via the \`--install-directory\` flag.
`,
examples: [[
`Enable all shims, putting them next to the \`corepath\` binary`,
`Enable all shims, putting them next to the \`corepack\` binary`,
`$0 enable`,
], [
`Enable all shims, putting them in the specified directory`,
Expand Down

0 comments on commit 42e53d5

Please sign in to comment.