From ff85cba90973d1f9027cbed6dcac81f717341121 Mon Sep 17 00:00:00 2001 From: CaoShuFeng Date: Thu, 4 Oct 2018 21:32:06 +0800 Subject: [PATCH] fix typo in runtime class (#10490) --- content/en/docs/concepts/containers/runtime-class.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/containers/runtime-class.md b/content/en/docs/concepts/containers/runtime-class.md index 5b4b90b2c3..5ff9802980 100644 --- a/content/en/docs/concepts/containers/runtime-class.md +++ b/content/en/docs/concepts/containers/runtime-class.md @@ -83,7 +83,7 @@ metadata: name: myclass # The name the RuntimeClass will be referenced by # RuntimeClass is a non-namespaced resource spec: - runtimeHandler: myconfiguration # The name of the correpsonding CRI configuration + runtimeHandler: myconfiguration # The name of the corresponding CRI configuration ```