From 7a4f5f29f322c316b607be17355649dac7f7d64b Mon Sep 17 00:00:00 2001 From: James Kim Date: Sat, 7 Dec 2024 20:54:05 -0500 Subject: [PATCH] fix typo in getting-started.md --- docs/book/src/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/src/getting-started.md b/docs/book/src/getting-started.md index 4c6ac5a1113..4a3670f24b6 100644 --- a/docs/book/src/getting-started.md +++ b/docs/book/src/getting-started.md @@ -116,7 +116,7 @@ Please ensure that you review: [Kubernetes API Conventions](https://github.com/k #### Markers and validations Furthermore, we want to validate the values added in our CustomResource -to ensure that those are valid. To do it we are will use refer [markers][markers], +to ensure that those are valid. To achieve this, we will use [markers][markers], such as `+kubebuilder:validation:Minimum=1`. Now, see our example fully completed.