We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d655be8 + f92ab07 commit 8e9cacbCopy full SHA for 8e9cacb
README.md
@@ -80,7 +80,7 @@ search.search('mystery') // [angelsAndDemons, theDaVinciCode]
80
### Tokenization
81
82
Tokenization is the process of breaking text (e.g. sentences) into smaller, searchable tokens (e.g. words or parts of
83
-words). Js Search provides a basic tokenizer that should work well for English but you can provider your own like so:
+words). Js Search provides a basic tokenizer that should work well for English but you can provide your own like so:
84
85
```javascript
86
search.tokenizer = {
0 commit comments