Skip to content

Commit 3f40bab

Browse files
authored
Merge pull request #788 from mattysweeps/patch-1
Fix typo in quick-start.md
2 parents bc9e5c1 + 4efaf0f commit 3f40bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/quick-start.md

Lines changed: 1 addition & 1 deletion
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)