Skip to content

Commit a464a7c

Browse files
committed
Fix typo in book: flag is --owner, not --owners
1 parent b1242ed commit a464a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/basics/project_creation_and_structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ that will be required to build your project.
6868

6969
{% sample lang="bash" %}
7070
```bash
71-
$ kubebuilder init --domain k8s.io --license apache2 --owners "The Kubernetes Authors"
71+
$ kubebuilder init --domain k8s.io --license apache2 --owner "The Kubernetes Authors"
7272
```
7373
{% endmethod %}
7474

0 commit comments

Comments
 (0)