Nit: grammar fix on install-kubectl-linux.md

This commit is contained in:
Sarang Joshi
2022-04-08 15:19:53 +05:30
committed by GitHub
parent f764ec7338
commit b3e75c52a6
@@ -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