浏览代码

[DOCS] Remove unneeded escapes

James Rodewig 4 年之前
父节点
当前提交
fd72a2690a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/cat.asciidoc

+ 1 - 1
docs/reference/cat.asciidoc

@@ -123,7 +123,7 @@ GET _cat/indices?bytes=b&s=store.size:desc,index:asc&v=true
 ----
 // TEST[setup:my_index_huge]
 // TEST[s/^/PUT my-index-000002\n{"settings": {"number_of_replicas": 0}}\n/]
-// TEST[s/s=store\.size\:desc,index\:asc/s=index:asc/]
+// TEST[s/s=store\.size:desc,index:asc/s=index:asc/]
 
 The API returns the following response: