From 8e97cd6b628386d314f50010d924d0226e105d67 Mon Sep 17 00:00:00 2001 From: tcharding Date: Wed, 2 Aug 2017 14:28:05 +1000 Subject: [PATCH] Fix minor typo --- contributors/devel/kubectl-conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/devel/kubectl-conventions.md b/contributors/devel/kubectl-conventions.md index 9652eb44c..981f27091 100644 --- a/contributors/devel/kubectl-conventions.md +++ b/contributors/devel/kubectl-conventions.md @@ -390,7 +390,7 @@ guarantee that the expected behavior stays the same. than just creation, similar to how -f is supported for most general-purpose commands. -Generator commands shoud obey to the following conventions: +Generator commands should obey the following conventions: * A `--generator` flag should be defined. Users then can choose between different generators, if the command supports them (for example, `kubectl run`