diff options
Diffstat (limited to 'app/Menu.php')
| -rw-r--r-- | app/Menu.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Menu.php b/app/Menu.php index 820a193123..d00dff2acc 100644 --- a/app/Menu.php +++ b/app/Menu.php @@ -28,7 +28,7 @@ use const E_USER_DEPRECATED; */ class Menu { - /** @var string The text to be displayed in the mneu */ + /** @var string The text to be displayed in the menu */ private $label; /** @var string The target URL or href */ |
