소스 검색

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

James Rodewig 5 년 전
부모
커밋
40067d04dd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.