Update lowercase-tokenizer.asciidoc (#21896)

Fixed typo
This commit is contained in:
Allen Torres 2016-12-02 10:41:19 -05:00 committed by Nik Everett
parent ee35bba6b6
commit 887fbb6387
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
The `lowercase` tokenizer, like the
<<analysis-letter-tokenizer, `letter` tokenizer>> breaks text into terms
whenever it encounters a character which is not a letter, but it also
lowecases all terms. It is functionally equivalent to the
lowercases all terms. It is functionally equivalent to the
<<analysis-letter-tokenizer, `letter` tokenizer>> combined with the
<<analysis-lowercase-tokenfilter, `lowercase` token filter>>, but is more
efficient as it performs both steps in a single pass.