From a464a7cbdea48e81f32f31655fb656651f2640ba Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Tue, 31 Jul 2018 11:53:42 -0400 Subject: [PATCH] Fix typo in book: flag is --owner, not --owners --- docs/book/basics/project_creation_and_structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/basics/project_creation_and_structure.md b/docs/book/basics/project_creation_and_structure.md index d6befdac5e4..6cd02a00813 100644 --- a/docs/book/basics/project_creation_and_structure.md +++ b/docs/book/basics/project_creation_and_structure.md @@ -68,7 +68,7 @@ that will be required to build your project. {% sample lang="bash" %} ```bash -$ kubebuilder init --domain k8s.io --license apache2 --owners "The Kubernetes Authors" +$ kubebuilder init --domain k8s.io --license apache2 --owner "The Kubernetes Authors" ``` {% endmethod %}