Skip to content

Commit

Permalink
[DOCS] Add missing "the" to keyword tokenizer docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Mar 30, 2020
1 parent 49c30ec commit 40067d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The above sentence would produce the following term:
You can combine the `keyword` tokenizer with token filters to normalise
structured data, such as product IDs or email addresses.

For example, the following <<indices-analyze,analyze API>> request uses
For example, the following <<indices-analyze,analyze API>> request uses the
`keyword` tokenizer and <<analysis-lowercase-tokenfilter,`lowercase`>> filter to
convert an email address to lowercase.

Expand Down

0 comments on commit 40067d0

Please sign in to comment.