Browse Source

docs: fix deprecation policy typo (#2875)

Signed-off-by: Victor Santos <vsantos.py@gmail.com>
Victor Santos 2 years ago
parent
commit
6458048c62
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/introduction/deprecation-policy.md

+ 1 - 1
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
 ## 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
 ### Scope
 * API Objects and fields: `.Spec`, `.Status` and `.Status.Conditions[]`
 * API Objects and fields: `.Spec`, `.Status` and `.Status.Conditions[]`