Skip to content

Commit

Permalink
Fix typos in user guide (#153)
Browse files Browse the repository at this point in the history
Encountered some typos in the user guide, including a wrong command, which might be confusing otherwise.
  • Loading branch information
weibeld authored and ahmetb committed Feb 6, 2019
1 parent 50fc264 commit c94ea89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/USER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@ downloaded git archive. Also, untagged plugins are very likely to be unstable.

## Listing Installed Plugins

All plugins available to `kubectl` (including those not installed via krew) can
listed using:
All plugins available to `kubectl` (including those not installed via `krew`) can
be listed using:

kubectl krew list
kubectl plugin list

To list all plugins install via `krew`, run:
To list all plugins installed via `krew`, run:

kubectl krew list

Expand Down

0 comments on commit c94ea89

Please sign in to comment.