diff --git a/content/en/docs/reference/command-line-tools-reference/kubelet.md b/content/en/docs/reference/command-line-tools-reference/kubelet.md
index c1399842cc..9f4902659b 100644
--- a/content/en/docs/reference/command-line-tools-reference/kubelet.md
+++ b/content/en/docs/reference/command-line-tools-reference/kubelet.md
@@ -412,7 +412,7 @@ kubelet [flags]
--enforce-node-allocatable stringSlice |
- | A comma separated list of levels of node allocatable enforcement to be enforced by kubelet. Acceptible options are 'pods', 'system-reserved' & 'kube-reserved'. If the latter two options are specified, '--system-reserved-cgroup' & '--kube-reserved-cgroup' must also be set respectively. See https://kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/ for more details. (default [pods]) |
+ | A comma separated list of levels of node allocatable enforcement to be enforced by kubelet. Acceptable options are 'pods', 'system-reserved' & 'kube-reserved'. If the latter two options are specified, '--system-reserved-cgroup' & '--kube-reserved-cgroup' must also be set respectively. See https://kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/ for more details. (default [pods]) |
@@ -517,7 +517,7 @@ kubelet [flags]
| --experimental-check-node-capabilities-before-mount |
- | [Experimental] if set true, the kubelet will check the underlying node for required componenets (binaries, etc.) before performing the mount |
+ | [Experimental] if set true, the kubelet will check the underlying node for required components (binaries, etc.) before performing the mount |