From d6024d62f5ac02cc9d47e93dcd2dfd4fd9933607 Mon Sep 17 00:00:00 2001 From: Naoki Oketani Date: Tue, 28 Jan 2020 00:59:08 +0900 Subject: [PATCH] remove $ following the style guide (#18855) --- content/en/docs/concepts/policy/limit-range.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/policy/limit-range.md b/content/en/docs/concepts/policy/limit-range.md index c350bdfced..b4a9579a36 100644 --- a/content/en/docs/concepts/policy/limit-range.md +++ b/content/en/docs/concepts/policy/limit-range.md @@ -341,7 +341,7 @@ kubectl apply -f https://k8s.io/examples/admin/resource/limit-memory-ratio-pod.y Describe the LimitRange with the following kubectl command: ```shell -$ kubectl describe limitrange/limit-memory-ratio-pod +kubectl describe limitrange/limit-memory-ratio-pod ``` ```shell