Skip to content

Commit 8a97f05

Browse files
gskemaclintongormley
authored andcommitted
Fix typos in inner-hits documentation (elastic#19910)
1 parent a80a35e commit 8a97f05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/search/request/inner-hits.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
=== Inner hits
33

44
The <<mapping-parent-field, parent/child>> and <<nested, nested>> features allow the return of documents that
5-
have matches in a different scope. In the parent/child case, parent document are returned based on matches in child
6-
documents or child document are returned based on matches in parent documents. In the nested case, documents are returned
5+
have matches in a different scope. In the parent/child case, parent documents are returned based on matches in child
6+
documents or child documents are returned based on matches in parent documents. In the nested case, documents are returned
77
based on matches in nested inner objects.
88

99
In both cases, the actual matches in the different scopes that caused a document to be returned is hidden. In many cases,

0 commit comments

Comments
 (0)