Browse Source

[Docs] Fixing phrasing in has-parent-query.asciidoc (#26396)

shaulzorea 8 years ago
parent
commit
a827d545d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/query-dsl/has-parent-query.asciidoc

+ 1 - 1
docs/reference/query-dsl/has-parent-query.asciidoc

@@ -69,7 +69,7 @@ is not mapped.
 
 Child documents can't be sorted by fields in matching parent documents via the
 regular sort options. If you need to sort child documents by field in the parent
-documents then you can should use the `function_score` query and then just sort
+documents then you should use the `function_score` query and then just sort
 by `_score`.
 
 Sorting tags by parent document' `view_count` field: