diff --git a/keps/sig-node/585-runtime-class/README.md b/keps/sig-node/585-runtime-class/README.md index 447d4ffbbc9..7245ac8dc92 100644 --- a/keps/sig-node/585-runtime-class/README.md +++ b/keps/sig-node/585-runtime-class/README.md @@ -610,7 +610,7 @@ tolerations. Replacing the NodeSelector's `[]NodeSelectorRequirements` type with the PodSpec's label `map[string]string` approach greatly simplifies the merging -logic, but sacrifices a lot of flexibliity. For exameple, the operator in +logic, but sacrifices a lot of flexibliity. For example, the operator in NodeSelectorRequriments enables selections like: - Negative selection, such as "operating system is _not_ windows"