diff --git a/docs/reference/search/request/inner-hits.asciidoc b/docs/reference/search/request/inner-hits.asciidoc index 6903a9b6719..88f2fe0e554 100644 --- a/docs/reference/search/request/inner-hits.asciidoc +++ b/docs/reference/search/request/inner-hits.asciidoc @@ -16,11 +16,9 @@ The structure looks like this: [source,js] -------------------------------------------------- -"inner_hits" : { - "" : { - "inner_hits" : { - - } +"" : { + "inner_hits" : { + } } -------------------------------------------------- @@ -283,4 +281,4 @@ Additional options that are only available when using the top level inner hits n `query`:: Defines the query that will run in the defined nested, parent or child scope to collect and score hits. By default all document in the scope will be matched. Either `path` or `type` must be defined. The `path` or `type` defines the scope from where hits are fetched and -used as inner hits. \ No newline at end of file +used as inner hits.