From 191fc1687bb474118b52aaffd8cdc0db538c4914 Mon Sep 17 00:00:00 2001 From: Bryan Stenson Date: Wed, 25 Dec 2024 01:58:49 -0800 Subject: [PATCH] typo --- keps/sig-node/585-runtime-class/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"