浏览代码

[DOCS] Remove extra word (#27989)

Vlad Holubiev 7 年之前
父节点
当前提交
7b14e4b8e0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/query-dsl/has-child-query.asciidoc

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

@@ -107,7 +107,7 @@ is not mapped.
 
 
 Parent documents can't be sorted by fields in matching child documents via the
 Parent documents can't be sorted by fields in matching child documents via the
 regular sort options. If you need to sort parent document by field in the child
 regular sort options. If you need to sort parent document by field in the child
-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`.
 by `_score`.
 
 
 Sorting blogs by child documents' `click_count` field:
 Sorting blogs by child documents' `click_count` field: