From f3e8d3aad3001f2f5158da81317693c6c1ff14df Mon Sep 17 00:00:00 2001 From: James Kim <33760507+jameskim0987@users.noreply.github.com> Date: Sun, 8 Dec 2024 02:51:51 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20[ISSUE-4414]=20Fix=20typo=20in?= =?UTF-8?q?=20getting-started.md=20(#4415)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.