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

This commit is contained in:
James Rodewig 2020-08-31 11:03:11 -04:00 committed by GitHub
parent f94999bb2f
commit 8228cdad67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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]]