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.
1 parent d655be8 commit f92ab07Copy full SHA for f92ab07
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