From 6458048c62d78621c8e896c920a9b724dd70a33b Mon Sep 17 00:00:00 2001 From: Victor Santos Date: Wed, 15 Nov 2023 09:42:35 -0300 Subject: [PATCH] docs: fix deprecation policy typo (#2875) Signed-off-by: Victor Santos --- docs/introduction/deprecation-policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction/deprecation-policy.md b/docs/introduction/deprecation-policy.md index 77d34e4f5..5a1705ea1 100644 --- a/docs/introduction/deprecation-policy.md +++ b/docs/introduction/deprecation-policy.md @@ -20,7 +20,7 @@ The project is currently in `beta` state. Please try the `beta` features and pro ## API Surface -We define the following scope that is covered by our deprecation policy. We follow the [9 Rules of the Kuberenetes Deprecation Policy](https://kubernetes.io/docs/reference/using-api/deprecation-policy/). +We define the following scope that is covered by our deprecation policy. We follow the [9 Rules of the Kubernetes Deprecation Policy](https://kubernetes.io/docs/reference/using-api/deprecation-policy/). ### Scope * API Objects and fields: `.Spec`, `.Status` and `.Status.Conditions[]`