Skip to content

Commit c5dc288

Browse files
committed
typo fix
1 parent 31add35 commit c5dc288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/Menu/Item/AbstractItem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ abstract class AbstractItem
4646
protected $label = '';
4747
/** @var string the tooltip title, defaults to $label */
4848
protected $title = '';
49-
/** @var int the context this titme is shown in */
49+
/** @var int the context this item is shown in */
5050
protected $context = self::CTX_ALL;
5151

5252
/**

0 commit comments

Comments
 (0)