Bertrand Bordage преди 6 години
родител
ревизия
0a50aaf130
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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.