Fix a typo in Navigation help, for page.isDescendant. Attribution pending.
This commit is contained in:
parent
4c408da55a
commit
b4ebcb2ae3
3 changed files with 7 additions and 5 deletions
|
|
@ -53,7 +53,7 @@ our $HELP = {
|
|||
{ 'name' => 'page.isChild' },
|
||||
{ 'name' => 'page.isParent' },
|
||||
{ 'name' => 'page.isCurrent' },
|
||||
{ 'name' => 'page.isDescendent' },
|
||||
{ 'name' => 'page.isDescendant' },
|
||||
{ 'name' => 'page.isAncestor' },
|
||||
{ 'name' => 'page.inBranchRoot' },
|
||||
{ 'name' => 'page.isSibling' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue