From e0859fdc4bd58b0e97ec9b8997a7c7ac19bf40d7 Mon Sep 17 00:00:00 2001 From: cimes-isi <41927022+cimes-isi@users.noreply.github.com> Date: Thu, 10 Sep 2020 14:19:29 -0400 Subject: [PATCH] Typo in 'What's next' section --- content/en/docs/concepts/workloads/pods/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/workloads/pods/_index.md b/content/en/docs/concepts/workloads/pods/_index.md index 90dd7b5618..bcd2cbcf16 100644 --- a/content/en/docs/concepts/workloads/pods/_index.md +++ b/content/en/docs/concepts/workloads/pods/_index.md @@ -254,7 +254,7 @@ but cannot be controlled from there. * Learn about the [lifecycle of a Pod](/docs/concepts/workloads/pods/pod-lifecycle/). * Learn about [PodPresets](/docs/concepts/workloads/pods/podpreset/). -* Lean about [RuntimeClass](/docs/concepts/containers/runtime-class/) and how you can use it to +* Learn about [RuntimeClass](/docs/concepts/containers/runtime-class/) and how you can use it to configure different Pods with different container runtime configurations. * Read about [Pod topology spread constraints](/docs/concepts/workloads/pods/pod-topology-spread-constraints/). * Read about [PodDisruptionBudget](/docs/concepts/workloads/pods/disruptions/) and how you can use it to manage application availability during disruptions.