remove $ following the style guide (#18855)

This commit is contained in:
Naoki Oketani
2020-01-28 00:59:08 +09:00
committed by Kubernetes Prow Robot
parent 10ce5b2252
commit d6024d62f5
@@ -341,7 +341,7 @@ kubectl apply -f https://k8s.io/examples/admin/resource/limit-memory-ratio-pod.y
Describe the <limit-memory-ratio-pod> LimitRange with the following kubectl command:
```shell
$ kubectl describe limitrange/limit-memory-ratio-pod
kubectl describe limitrange/limit-memory-ratio-pod
```
```shell