mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Fix typo in sitetree.md
Found a typo in the PHP class: StaggPage should be StaffPage
This commit is contained in:
parent
61395b5618
commit
c09638f057
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user