From c09638f0577416d42cd6ac48d5aa1c634da61f5b Mon Sep 17 00:00:00 2001 From: Elliot Sawyer Date: Fri, 8 Aug 2014 15:53:03 +1200 Subject: [PATCH] Fix typo in sitetree.md Found a typo in the PHP class: StaggPage should be StaffPage --- docs/en/reference/sitetree.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/reference/sitetree.md b/docs/en/reference/sitetree.md index ef1401359..a8046ea9d 100644 --- a/docs/en/reference/sitetree.md +++ b/docs/en/reference/sitetree.md @@ -140,7 +140,7 @@ to make it easier for CMS authors to identify pages of this type, when navigating the tree or adding a new page: :::php - class StaggPage extends Page { + class StaffPage extends Page { private static $singular_name = 'Staff Directory'; private static $plural_name = 'Staff Directories'; private static $description = 'Two-column layout with a list of staff members'; @@ -150,4 +150,4 @@ when navigating the tree or adding a new page: You can also add custom "badges" to each page in the tree, which denote status. Built-in examples are "Draft" and "Deleted" flags. -This is detailed in the ["Customize the CMS Tree" howto](/howto/customize-cms-tree). \ No newline at end of file +This is detailed in the ["Customize the CMS Tree" howto](/howto/customize-cms-tree).