diff --git a/docs/api/indexing.md b/docs/api/indexing.md index d5bee06..61b3529 100644 --- a/docs/api/indexing.md +++ b/docs/api/indexing.md @@ -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**