Remove superfluous backtick (#15561)

This commit is contained in:
Stuart P. Bentley
2019-07-29 11:02:26 -07:00
committed by Kubernetes Prow Robot
parent dcc6d35586
commit bc3054c3a7
@@ -131,7 +131,7 @@ using one of the other modes if possible.
**Example `kubeadm join` command:**
```shell
kubeadm join --token abcdef.1234567890abcdef --discovery-token-unsafe-skip-ca-verification 1.2.3.4:6443`
kubeadm join --token abcdef.1234567890abcdef --discovery-token-unsafe-skip-ca-verification 1.2.3.4:6443
```
**Advantages:**