Skip to content

Commit

Permalink
Correct an example in the top-level suggester documentation. (#30224)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtibshirani authored May 1, 2018
1 parent 6a55eea commit 5c9f084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/search/suggesters.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ POST twitter/_search
},
"suggest" : {
"my-suggestion" : {
"text" : "trying out Elasticsearch",
"text" : "tring out Elasticsearch",
"term" : {
"field" : "message"
}
Expand Down

0 comments on commit 5c9f084

Please sign in to comment.