Skip to content

Commit c165be4

Browse files
authored
Merge pull request #341 from justinsb/typo_in_book_owners
Fix typo in book: flag is --owner, not --owners
2 parents b1242ed + a464a7c commit c165be4

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)