Browse Source

[DOCS] Add missing "the" to keyword tokenizer docs

James Rodewig 5 years ago
parent
commit
40067d04dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/analysis/tokenizers/keyword-tokenizer.asciidoc

+ 1 - 1
docs/reference/analysis/tokenizers/keyword-tokenizer.asciidoc

@@ -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.