Skip to content

Commit 42e53d5

Browse files
authored
Fix typo: corepath -> corepack (#191)
1 parent 9a09dad commit 42e53d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sources/commands/Enable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export class EnableCommand extends Command<Context> {
2121
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.
2222
`,
2323
examples: [[
24-
`Enable all shims, putting them next to the \`corepath\` binary`,
24+
`Enable all shims, putting them next to the \`corepack\` binary`,
2525
`$0 enable`,
2626
], [
2727
`Enable all shims, putting them in the specified directory`,

0 commit comments

Comments
 (0)