diff --git a/docs/getting-started-guides/kubeadm.md b/docs/getting-started-guides/kubeadm.md index e4a3b50a92..ce15b608e3 100644 --- a/docs/getting-started-guides/kubeadm.md +++ b/docs/getting-started-guides/kubeadm.md @@ -313,7 +313,7 @@ checking that the kube-dns pod is Running in the output of `kubectl get pods nodes. If your network is not working or kube-dns is not in the Running state, check -out the [troubleshooting secion](#pod-network-trouble) below. +out the [troubleshooting section](#pod-network-trouble) below. ### (4/4) Joining your nodes @@ -707,4 +707,4 @@ Finally, when running `kubeadm init` you must specify the `--use-kubernetes-vers ```bash kubeadm init --use-kubernetes-version=v1.5.6 -``` \ No newline at end of file +```