diff --git a/nodes/scheduling/nodes-scheduler-node-selectors.adoc b/nodes/scheduling/nodes-scheduler-node-selectors.adoc index 57e148d650..2fb33a5fec 100644 --- a/nodes/scheduling/nodes-scheduler-node-selectors.adoc +++ b/nodes/scheduling/nodes-scheduler-node-selectors.adoc @@ -8,8 +8,8 @@ toc::[] A _node selector_ specifies a map of key-value pairs. The rules are defined using custom labels on nodes and selectors specified in pods. -You can use node selectors to place specific pods on specofic nodes, all pods in a project on specific nodes, or create a default -node selector to schedule pods that do not have a defined node selector or project selector. +You can use node selectors to place specific pods on specific nodes, all pods in a project on specific nodes, or create a default +node selector to schedule pods that do not have a defined node selector or project selector. For the pod to be eligible to run on a node, the pod must have the indicated key-value pairs as the label on the node.