Skip to content

Commit 17be307

Browse files
authored
[DOCS] Fix typo in range query docs (#61722) (#61732)
1 parent 7cfa499 commit 17be307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ increases the relevance score.
136136

137137
[[ranges-on-text-and-keyword]]
138138
===== Using the `range` query with `text` and `keyword` fields
139-
Range queries on <<text, `text`>> or <<keyword, `keyword`>> files will not be executed if
139+
Range queries on <<text, `text`>> or <<keyword, `keyword`>> fields will not be executed if
140140
<<query-dsl-allow-expensive-queries, `search.allow_expensive_queries`>> is set to false.
141141

142142
[[ranges-on-dates]]

0 commit comments

Comments
 (0)