Browse Source

[Docs] Fix typo in range query (#53656)

Yash Joshi 5 years ago
parent
commit
f9cbc76908
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/query-dsl/range-query.asciidoc

+ 1 - 1
docs/reference/query-dsl/range-query.asciidoc

@@ -203,7 +203,7 @@ the entire month.
 `lte`::
 +
 --
-Rounds up to the lastest millisecond.
+Rounds up to the latest millisecond.
 
 For example, `2014-11-18||/M` rounds up to `2014-11-30T23:59:59.999`, including
 the entire month.