Skip to content

Commit 41b31d0

Browse files
swsteppjtibshirani
authored andcommitted
Fix grammar problem in stemming reference. (#42148)
1 parent 6def96a commit 41b31d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/how-to/recipes/stemming.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ the query need to be matched exactly while other parts should still take
171171
stemming into account?
172172

173173
Fortunately, the `query_string` and `simple_query_string` queries have a feature
174-
that solve this exact problem: `quote_field_suffix`. This tell Elasticsearch
174+
that solves this exact problem: `quote_field_suffix`. This tells Elasticsearch
175175
that the words that appear in between quotes are to be redirected to a different
176176
field, see below:
177177

0 commit comments

Comments
 (0)