Skip to content

Commit

Permalink
Fix typo in quick-start.md
Browse files Browse the repository at this point in the history
s/The will/This will/
  • Loading branch information
mattysweeps authored Jun 17, 2019
1 parent ef5d3c4 commit 4efaf0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ in that API group-version:
kubebuilder create api --group webapp --version v1 --kind Guestbook
```

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

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

0 comments on commit 4efaf0f

Please sign in to comment.