Skip to content

Commit

Permalink
Issue #6151: Fix typo hierarchial -> hierarchical
Browse files Browse the repository at this point in the history
  • Loading branch information
klonos authored Jun 16, 2023
1 parent 91dd495 commit 3814ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/modules/menu/menu.admin.inc
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ function menu_edit_item($form, &$form_state, $type, $item, $menu) {
'#type' => 'checkbox',
'#title' => t('Show as expanded'),
'#default_value' => $item['expanded'],
'#description' => t("When displayed in a 'hierarchial tree' menu style, children of expanded menu links will always be visible."),
'#description' => t("When displayed in a 'hierarchical tree' menu style, children of expanded menu links will always be visible."),
);

// Generate a list of possible parents (not including this link or descendants).
Expand Down

0 comments on commit 3814ed9

Please sign in to comment.