From 946dde287a5bbe8a3a54768767bc7bf5f3ce706a Mon Sep 17 00:00:00 2001 From: Matt Janssen Date: Tue, 10 Jun 2014 12:00:40 -0500 Subject: [PATCH] [DOCS] Fixed is/if typo in Api Conventions doc --- docs/reference/api-conventions.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/api-conventions.asciidoc b/docs/reference/api-conventions.asciidoc index c5d5df7c67a..dcce279f52f 100644 --- a/docs/reference/api-conventions.asciidoc +++ b/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.