Skip to content

Commit 4efaf0f

Browse files
authored
Fix typo in quick-start.md
s/The will/This will/
1 parent ef5d3c4 commit 4efaf0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/quick-start.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ in that API group-version:
5757
kubebuilder create api --group webapp --version v1 --kind Guestbook
5858
```
5959

60-
The will create the files `api/v1/guestbook_types.go` and
60+
This will create the files `api/v1/guestbook_types.go` and
6161
`controller/guestbook_controller.go` for you to edit.
6262

6363
**Optional:** Edit the API definition or the reconcilation business logic.

0 commit comments

Comments
 (0)