From 7b5807fe4a69b231ba09071fa919bfed5d5a011c Mon Sep 17 00:00:00 2001 From: gseng Date: Sun, 11 May 2014 09:41:24 -0400 Subject: [PATCH] [DOCS] Fixed typo in object-type.asciidoc --- docs/reference/mapping/types/object-type.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/mapping/types/object-type.asciidoc b/docs/reference/mapping/types/object-type.asciidoc index 783709f080d..5b354b7ef7a 100644 --- a/docs/reference/mapping/types/object-type.asciidoc +++ b/docs/reference/mapping/types/object-type.asciidoc @@ -174,5 +174,5 @@ In the above, `name` and its content will not be indexed at all. `include_in_all` can be set on the `object` type level. When set, it propagates down to all the inner mappings defined within the `object` -that do no explicitly set it. +that do not explicitly set it.