Merge pull request #476 from rdimaio/patch-1

docs: Fix typo
This commit is contained in:
Kiro Risk 2020-10-20 09:24:13 -07:00 committed by GitHub
commit a411eeb489
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ tags:
### `Fuse.createIndex`
Pre-generate the index from the list, and pass it directly into the Fuse instance. If the list is (considerably) large, it speed up instantiation.
Pre-generate the index from the list, and pass it directly into the Fuse instance. If the list is (considerably) large, it speeds up instantiation.
**Example**