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.