Skip to content

Commit 911f0c3

Browse files
authored
Update application-menu.md
1 parent ce8ec9b commit 911f0c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/docs/1/the-basics/application-menu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ been pressed at the time the item was clicked.
229229

230230
### Hotkeys
231231

232-
Hotkeys can be defined for all menu items, either via their relevant `Menu` facade method or by using the `hotkey()`
233-
chainable method:
232+
Hotkeys can be defined for all menu items, either via the `hotkey` parameter of the respective `Menu` facade method or
233+
by using the `hotkey()` chainable method:
234234

235235
```php
236236
Menu::label('Quick search', hotkey: 'Ctrl+K');

0 commit comments

Comments
 (0)