We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31add35 commit c5dc288Copy full SHA for c5dc288
inc/Menu/Item/AbstractItem.php
@@ -46,7 +46,7 @@ abstract class AbstractItem
46
protected $label = '';
47
/** @var string the tooltip title, defaults to $label */
48
protected $title = '';
49
- /** @var int the context this titme is shown in */
+ /** @var int the context this item is shown in */
50
protected $context = self::CTX_ALL;
51
52
/**
0 commit comments