Browse Source

[DOCS] Fixed is/if typo in Api Conventions doc

Matt Janssen 11 years ago
parent
commit
946dde287a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/api-conventions.asciidoc

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

@@ -44,8 +44,8 @@ setting is also applicable when `_all`, `*` or no index has been specified.
 `expand_wildcards`::
 
 Controls to what kind of concrete indices wildcard indices expression expand
-to. If `open` is specified then the wildcard expression if expanded to only
-open indices and if `closed` is specified then the wildcard expression if
+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
 expanded only to closed indices. Also both values (`open,closed`) can be
 specified to expand to all indices.