Skip to content

Commit

Permalink
docs: fix typo'd executible name (#8041)
Browse files Browse the repository at this point in the history
In "Checking ingress controller version", the paragraph cites the incorrect name for the executable (the one in the code block is correct).
This commit fixes that inconsistency.
  • Loading branch information
noelleleigh authored Dec 23, 2021
1 parent d5fd674 commit d6284d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ For more information about bare metal deployments (and how to use port 80 instea

### Checking ingress controller version

Run `ingress-nginx-controller --version` within the pod, for instance with `kubectl exec`:
Run `/nginx-ingress-controller --version` within the pod, for instance with `kubectl exec`:

```console
POD_NAMESPACE=ingress-nginx
Expand Down

0 comments on commit d6284d1

Please sign in to comment.