Skip to content

Commit 3a14938

Browse files
committed
Fix a few typos in the kubebuilder book
1 parent de15359 commit 3a14938

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/book/src/cronjob-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Too many tutorials start out with some really contrived setup, or some toy
44
application that gets the basics across, and then stalls out on the more
5-
complicated suff. Instead, this tutorial should take you through (almost)
5+
complicated stuff. Instead, this tutorial should take you through (almost)
66
the full gamut of complexity with Kubebuilder, starting off simple and
77
building up to something pretty full-featured.
88

@@ -32,5 +32,5 @@ project:
3232
kubebuilder init --domain tutorial.kubebuilder.io
3333
```
3434

35-
Now that we've got've a project in place, let's take a look at what
35+
Now that we've got a project in place, let's take a look at what
3636
Kubebuilder has scaffolded for us so far...

docs/book/src/cronjob-tutorial/basic-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ basic pieces of boilerplate.
55

66
## Build Infrastructure
77

8-
First up, basic infrastructure for building you project:
8+
First up, basic infrastructure for building your project:
99

1010
<details><summary>`go.mod`: A new Go module matching our project, with basic dependencies</summary>
1111

0 commit comments

Comments
 (0)