From f1f9a50f36bffaae9af7e44d29d7a06ac08814a2 Mon Sep 17 00:00:00 2001 From: Daniel Teunis Date: Sat, 18 Jun 2022 22:06:36 +0200 Subject: [PATCH] Fix typo in assign-pods-nodes.md Fix typo in 'tasks/configure-pod-container/assign-pods-nodes.md' (chose -> choose). --- .../en/docs/tasks/configure-pod-container/assign-pods-nodes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/configure-pod-container/assign-pods-nodes.md b/content/en/docs/tasks/configure-pod-container/assign-pods-nodes.md index f1e6e6e9ef..1e19a26fbb 100644 --- a/content/en/docs/tasks/configure-pod-container/assign-pods-nodes.md +++ b/content/en/docs/tasks/configure-pod-container/assign-pods-nodes.md @@ -34,7 +34,7 @@ Kubernetes cluster. worker1 Ready 1d v1.13.0 ...,kubernetes.io/hostname=worker1 worker2 Ready 1d v1.13.0 ...,kubernetes.io/hostname=worker2 ``` -1. Chose one of your nodes, and add a label to it: +1. Choose one of your nodes, and add a label to it: ```shell kubectl label nodes disktype=ssd