Skip to content

Commit f3e8d3a

Browse files
authored
📖 [ISSUE-4414] Fix typo in getting-started.md (#4415)
fix typo in getting-started.md
1 parent 6c6d6fa commit f3e8d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Please ensure that you review: [Kubernetes API Conventions](https://github.com/k
116116
#### Markers and validations
117117

118118
Furthermore, we want to validate the values added in our CustomResource
119-
to ensure that those are valid. To do it we are will use refer [markers][markers],
119+
to ensure that those are valid. To achieve this, we will use [markers][markers],
120120
such as `+kubebuilder:validation:Minimum=1`.
121121

122122
Now, see our example fully completed.

0 commit comments

Comments
 (0)