We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef5d3c4 commit 4efaf0fCopy full SHA for 4efaf0f
docs/book/src/quick-start.md
@@ -57,7 +57,7 @@ in that API group-version:
57
kubebuilder create api --group webapp --version v1 --kind Guestbook
58
```
59
60
-The will create the files `api/v1/guestbook_types.go` and
+This will create the files `api/v1/guestbook_types.go` and
61
`controller/guestbook_controller.go` for you to edit.
62
63
**Optional:** Edit the API definition or the reconcilation business logic.
0 commit comments