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