From 8d28bc2d7382e825176419d1e9a178f9f7a0abc0 Mon Sep 17 00:00:00 2001 From: Stewart-YU Date: Fri, 18 Aug 2017 04:43:18 +0800 Subject: [PATCH] Update assign-pod-node.md (#4996) The code highlight is unnecessary here. --- docs/concepts/configuration/assign-pod-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/configuration/assign-pod-node.md b/docs/concepts/configuration/assign-pod-node.md index d03d5ef811..12331bacfe 100644 --- a/docs/concepts/configuration/assign-pod-node.md +++ b/docs/concepts/configuration/assign-pod-node.md @@ -338,7 +338,7 @@ tolerations: effect: "NoSchedule" ``` -A toleration "matches" a taint if the `key`s are the same and the `effect`s are the same, and: +A toleration "matches" a taint if the keys are the same and the effects are the same, and: * the `operator` is `Exists` (in which case no `value` should be specified), or * the `operator` is `Equal` and the `value`s are equal