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 ce8ec9b commit 911f0c3Copy full SHA for 911f0c3
resources/views/docs/1/the-basics/application-menu.md
@@ -229,8 +229,8 @@ been pressed at the time the item was clicked.
229
230
### Hotkeys
231
232
-Hotkeys can be defined for all menu items, either via their relevant `Menu` facade method or by using the `hotkey()`
233
-chainable method:
+Hotkeys can be defined for all menu items, either via the `hotkey` parameter of the respective `Menu` facade method or
+by using the `hotkey()` chainable method:
234
235
```php
236
Menu::label('Quick search', hotkey: 'Ctrl+K');
0 commit comments