diff --git a/_analyzers/tokenizers/whitespace.md b/_analyzers/tokenizers/whitespace.md index fb168304a7..604eeeb6a0 100644 --- a/_analyzers/tokenizers/whitespace.md +++ b/_analyzers/tokenizers/whitespace.md @@ -7,7 +7,7 @@ nav_order: 160 # Whitespace tokenizer -The `whitespace` tokenizer splits text on white space characters, such as spaces, tabs, and new lines. It treats each word separated by white space as a token and does not perform any additional analysis or normalization like lowercasing or punctuation removal. +The `whitespace` tokenizer splits text at white space characters, such as spaces, tabs, and new lines. It treats each word separated by white space as a token and does not perform any additional analysis or normalization like lowercasing or punctuation removal. ## Example usage