Skip to content

Commit 6ff193d

Browse files
committed
Add space before "The"
1 parent 120c864 commit 6ff193d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reference/query-dsl/distance-feature-query.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ GET /items/_search
122122
[[distance-feature-query-distance-ex]]
123123
====== Boost documents based on location
124124
The following `bool` search returns documents with a `name` value of
125-
`chocolate`.The search also uses the `distance_feature` query to increase the
125+
`chocolate`. The search also uses the `distance_feature` query to increase the
126126
relevance score of documents with a `location` value closer to `[-71.3, 41.15]`.
127127

128128
[source,js]

0 commit comments

Comments
 (0)