Fix typos in inner-hits documentation (#19910)

This commit is contained in:
Gytis Šk 2016-08-11 22:14:24 +03:00 committed by Clinton Gormley
parent a80a35ebc4
commit 8a97f05e41
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
=== Inner hits
The <<mapping-parent-field, parent/child>> and <<nested, nested>> features allow the return of documents that
have matches in a different scope. In the parent/child case, parent document are returned based on matches in child
documents or child document are returned based on matches in parent documents. In the nested case, documents are returned
have matches in a different scope. In the parent/child case, parent documents are returned based on matches in child
documents or child documents are returned based on matches in parent documents. In the nested case, documents are returned
based on matches in nested inner objects.
In both cases, the actual matches in the different scopes that caused a document to be returned is hidden. In many cases,