removed backtick that was breaking the format (#9530)

This commit is contained in:
Heinz Peter Hippenstiel
2018-07-17 07:41:38 +02:00
committed by k8s-ci-robot
parent 6c895b329d
commit de644fbd24
@@ -266,7 +266,7 @@ works as follows:
2. Apply it using `kubectl create`.
```shell
kubectl create -f ./quota.yml`
kubectl create -f ./quota.yml
resourcequota/pods-high created
resourcequota/pods-medium created