summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Hockin <thockin@google.com>2015-10-23 15:18:09 -0700
committerTim Hockin <thockin@google.com>2015-10-23 15:18:09 -0700
commit08d5de5c8da7a41e695b18c48d7755668d4c95e9 (patch)
tree15bcee1b3ba2074387854a5b2b7d786041fd709d
parent2149a990c573ec8eedd0d266c01577433f353a4b (diff)
fix another bad backticks usage
-rw-r--r--horizontal-pod-autoscaler.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/horizontal-pod-autoscaler.md b/horizontal-pod-autoscaler.md
index 9417ee57..efefb800 100644
--- a/horizontal-pod-autoscaler.md
+++ b/horizontal-pod-autoscaler.md
@@ -65,9 +65,8 @@ The wider discussion regarding Scale took place in [#1629](https://github.com/ku
Scale subresource will be present in API for replication controller or deployment under the following paths:
-```api/vX/replicationcontrollers/myrc/scale```
-
-```api/vX/deployments/mydeployment/scale```
+ * `api/vX/replicationcontrollers/myrc/scale`
+ * `api/vX/deployments/mydeployment/scale`
It will have the following structure: