Merge pull request #32817 from sarangjo/patch-1

Nit: grammar fix on install-kubectl-linux.md
This commit is contained in:
Kubernetes Prow Robot
2022-04-08 03:46:42 -07:00
committed by GitHub
@@ -152,7 +152,7 @@ sudo yum install -y kubectl
{{< tabs name="other_kubectl_install" >}}
{{% tab name="Snap" %}}
If you are on Ubuntu or another Linux distribution that support [snap](https://snapcraft.io/docs/core/install) package manager, kubectl is available as a [snap](https://snapcraft.io/) application.
If you are on Ubuntu or another Linux distribution that supports the [snap](https://snapcraft.io/docs/core/install) package manager, kubectl is available as a [snap](https://snapcraft.io/) application.
```shell
snap install kubectl --classic