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 ```