From 49a753f80fc8b976565721f9a9e8164f23311d0a Mon Sep 17 00:00:00 2001
From: Lnunu <62177121+Lnunu@users.noreply.github.com>
Date: Wed, 4 Oct 2023 16:32:57 +0800
Subject: [PATCH] docs(shortcuts): invalid dropdown items (#778)
---
docs/content/1.getting-started/4.shortcuts.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/content/1.getting-started/4.shortcuts.md b/docs/content/1.getting-started/4.shortcuts.md
index 8e8e164d..af9c93d0 100644
--- a/docs/content/1.getting-started/4.shortcuts.md
+++ b/docs/content/1.getting-started/4.shortcuts.md
@@ -7,7 +7,7 @@ description: 'Learn how to display and define keyboard shortcuts in your app.'
Some components like [Dropdown](/elements/dropdown), [Command Palette](/navigation/command-palette) and [Tooltip](/overlays/tooltip) support the display of keyboard shortcuts.
```vue
-
+
```
Shortcuts are displayed and styled through the [Kbd](/elements/kbd) component.