Update inner-hits.asciidoc

Typo

Closes #19775
This commit is contained in:
Clinton Gormley 2016-08-11 12:35:40 +02:00
parent a1538de1a1
commit 2e3bc656e6
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ The structure looks like this:
}
--------------------------------------------------
If `_inner_hits` is defined on a query that supports it then each search hit will contain an `inner_hits` json object with the following structure:
If `inner_hits` is defined on a query that supports it then each search hit will contain an `inner_hits` json object with the following structure:
[source,js]
--------------------------------------------------