فهرست منبع

[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
 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`.
 
 Sorting blogs by child documents' `click_count` field: