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.