Update completion.md

Couple of small corrections.
This commit is contained in:
Rachel Rice 2020-05-10 13:50:42 +01:00 committed by GitHub
parent 1afc58ea2b
commit 1aea9be70c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ Completion is available upon next login.
### Zsh
Place the completion script in your a `completion` file within the ZSH
Place the completion script in a `completion` directory within the ZSH
configuration directory, such as `~/.zsh/completion/`.
```shell
@ -43,7 +43,7 @@ mkdir -p ~/.zsh/completion
curl -L https://raw.githubusercontent.com/docker/machine/v{{site.machine_version}}/contrib/completion/zsh/_docker-machine > ~/.zsh/completion/_docker-machine
```
Include the directory in your `$fpath`, by adding a like the following to the
Include the directory in your `$fpath`, by adding a line like the following to the
`~/.zshrc` configuration file.
```shell