Skip to content

Commit 8e9cacb

Browse files
authored
Merge pull request #25 from devgg/master
Fix spelling error in README.md
2 parents d655be8 + f92ab07 commit 8e9cacb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ search.search('mystery') // [angelsAndDemons, theDaVinciCode]
8080
### Tokenization
8181

8282
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:
83+
words). Js Search provides a basic tokenizer that should work well for English but you can provide your own like so:
8484

8585
```javascript
8686
search.tokenizer = {

0 commit comments

Comments
 (0)