Bertrand Bordage 6 years ago
parent
commit
0a50aaf130
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/topics/search/searching.rst

+ 1 - 1
docs/topics/search/searching.rst

@@ -103,7 +103,7 @@ Faceted search
 Wagtail supports faceted search which is kind of filtering based on a taxonomy
 field (such as category or page type).
 
-The ``.facet(field_name)`` method returns an ``OrderedDict``. The keys are the
+The ``.facet(field_name)`` method returns an ``OrderedDict``. The keys are
 the IDs of the related objects that have been referenced by the field and the
 values are number of references to each ID. The results are ordered by number
 of references descending.