Browse Source

[DOCS] Fix typo in range query docs (#61722)

James Rodewig 5 years ago
parent
commit
ea80a542a7
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

@@ -136,7 +136,7 @@ increases the relevance score.
 
 [[ranges-on-text-and-keyword]]
 ===== Using the `range` query with `text` and `keyword` fields
-Range queries on <<text, `text`>> or <<keyword, `keyword`>> files will not be executed if
+Range queries on <<text, `text`>> or <<keyword, `keyword`>> fields will not be executed if
 <<query-dsl-allow-expensive-queries, `search.allow_expensive_queries`>> is set to false.
 
 [[ranges-on-dates]]