Skip to content

Commit 7506b24

Browse files
authored
Merge pull request #34391 from danteu/patch-1
Fix typo in assign-pods-nodes.md
2 parents 024561f + f1f9a50 commit 7506b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/configure-pod-container/assign-pods-nodes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Kubernetes cluster.
3434
worker1 Ready <none> 1d v1.13.0 ...,kubernetes.io/hostname=worker1
3535
worker2 Ready <none> 1d v1.13.0 ...,kubernetes.io/hostname=worker2
3636
```
37-
1. Chose one of your nodes, and add a label to it:
37+
1. Choose one of your nodes, and add a label to it:
3838

3939
```shell
4040
kubectl label nodes <your-node-name> disktype=ssd

0 commit comments

Comments
 (0)