Skip to content

Commit

Permalink
Merge pull request #341 from justinsb/typo_in_book_owners
Browse files Browse the repository at this point in the history
Fix typo in book: flag is --owner, not --owners
  • Loading branch information
k8s-ci-robot authored Jul 31, 2018
2 parents b1242ed + a464a7c commit c165be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/basics/project_creation_and_structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand Down

0 comments on commit c165be4

Please sign in to comment.