From 6583bcdd58a07366c99e89734cc6c19dcc12e6fd Mon Sep 17 00:00:00 2001 From: Riccardo Di Maio <35903974+rdimaio@users.noreply.github.com> Date: Thu, 13 Aug 2020 00:48:27 +0200 Subject: [PATCH] Fix typo --- docs/api/indexing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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**