浏览代码

[Docs] Fix minor paragraph indentation error for multiple Indices params (#25535)

Pablo Musa 8 年之前
父节点
当前提交
7b03d68f9f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/api-conventions.asciidoc

+ 1 - 1
docs/reference/api-conventions.asciidoc

@@ -47,7 +47,7 @@ to. If `open` is specified then the wildcard expression is expanded to only
 open indices and if `closed` is specified then the wildcard expression is
 open indices and if `closed` is specified then the wildcard expression is
 expanded only to closed indices. Also both values (`open,closed`) can be
 expanded only to closed indices. Also both values (`open,closed`) can be
 specified to expand to all indices.
 specified to expand to all indices.
-
++
 If `none` is specified then wildcard expansion will be disabled and if `all`
 If `none` is specified then wildcard expansion will be disabled and if `all`
 is specified, wildcard expressions will expand to all indices (this is equivalent
 is specified, wildcard expressions will expand to all indices (this is equivalent
 to specifying `open,closed`).
 to specifying `open,closed`).