Skip to content

Commit 6a863e4

Browse files
committed
Fixed a typo in the autocomplete docs. Thanks to anderso for the catch!
1 parent ce873f7 commit 6a863e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/autocomplete.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ one to prepare the data and one to implement the actual search.
1111
Step 1. Setup The Data
1212
======================
1313

14-
To do autocomplete effectively, the search backend uses n-grams (essential
14+
To do autocomplete effectively, the search backend uses n-grams (essentially
1515
a small window passed over the string). Because this alters the way your
1616
data needs to be stored, the best approach is to add a new field to your
1717
``SearchIndex`` that contains the text you want to autocomplete on.

0 commit comments

Comments
 (0)