Browse Source

[Docs] Fix typo in function-score-query.asciidoc (#50030)

Peter Johnson 5 years ago
parent
commit
263f5bd6b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/query-dsl/function-score-query.asciidoc

+ 1 - 1
docs/reference/query-dsl/function-score-query.asciidoc

@@ -415,7 +415,7 @@ GET /_search
 
 `offset`::
     If an `offset` is defined, the decay function will only compute the
-    decay function for documents with a distance greater that the defined
+    decay function for documents with a distance greater than the defined
     `offset`. The default is 0.
 
 `decay`::