Skip to content

Commit 4d1901e

Browse files
authored
Merge pull request #84 from helhum/patch-1
Fix typos in README
2 parents cd73886 + fdf6dcd commit 4d1901e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ If you don't need any custom completion behaviour, you can simply add the comple
5959
eval $([program] _completion --generate-hook)
6060
```
6161

62-
By default this registers completion for the absolute path to you application, which will work if the program on accessible on your PATH. You can specify a program name to complete for instead using the `--program` option, which is required if you're using an alias to run the program.
62+
By default this registers completion for the absolute path to you application, which will work if the program is accessible on your PATH. You can specify a program name to complete for instead using the `--program` option, which is required if you're using an alias to run the program.
6363

6464
4. If you want the completion to apply automatically for all new shell sessions, add the command from step 3 to your shell's profile (eg. `~/.bash_profile` or `~/.zshrc`)
6565

@@ -206,7 +206,7 @@ To have a completion run for both options and arguments matching the specified n
206206
$handler->addHandler(
207207
new Completion(
208208
Completion::ALL_COMMANDS,
209-
'pacakge',
209+
'package',
210210
Completion::ALL_TYPES,
211211
function() {
212212
// ...

0 commit comments

Comments
 (0)