Thibaud Colas 2 年之前
父節點
當前提交
f2098d9731
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bakerydemo/blog/models.py

+ 1 - 1
bakerydemo/blog/models.py

@@ -147,7 +147,7 @@ class BlogIndexPage(RoutablePageMixin, Page):
         FieldPanel("image"),
     ]
 
-    # Speficies that only BlogPage objects can live under this index page
+    # Specifies that only BlogPage objects can live under this index page
     subpage_types = ["BlogPage"]
 
     # Defines a method to access the children of the page (e.g. BlogPage