From 0cea89546175326a2b946db9b826fb8a58d8a9f7 Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Sun, 27 Oct 2019 07:21:55 +0000 Subject: [PATCH] Fix typo --- content/en/docs/tasks/extend-kubectl/kubectl-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/extend-kubectl/kubectl-plugins.md b/content/en/docs/tasks/extend-kubectl/kubectl-plugins.md index 92ace2ea9083d..01ed03b5d00ba 100644 --- a/content/en/docs/tasks/extend-kubectl/kubectl-plugins.md +++ b/content/en/docs/tasks/extend-kubectl/kubectl-plugins.md @@ -27,7 +27,7 @@ You need to have a working `kubectl` binary installed. A plugin is nothing more than a standalone executable file, whose name begins with `kubectl-`. To install a plugin, simply move this executable file to anywhere on your PATH. {{< note >}} -Kubernetes does not provide a package manager or anything similar to install or update plugins. It is your responsibility to ensure that plugin executables have a filename that begins with `kubectl-`, and that they are placed somewhere on yyour PATH. +Kubernetes does not provide a package manager or anything similar to install or update plugins. It is your responsibility to ensure that plugin executables have a filename that begins with `kubectl-`, and that they are placed somewhere on your PATH. {{< /note >}} ### Discovering plugins