Skip to content

Commit 5239686

Browse files
committed
chore(docs): improve
1 parent a9e14c9 commit 5239686

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/components/select-menu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Use this over a [`Select`](/components/select) to take advantage of Reka UI's [`
3232
:::
3333

3434
::: info
35-
This component is similar to the [`InputMenu`](/components/input-menu) but it's using a Select instead of an Input with the search inside the menu.
35+
This component is similar to the `InputMenu` but it's using a Select instead of an Input with the search inside the menu.
3636
:::
3737

3838
### Items
@@ -230,7 +230,7 @@ __component-example
230230
You can control the open state by using the `default-open` prop or the `v-model:open` directive.
231231

232232
::: info
233-
In this example, leveraging [`defineShortcuts`](/composables/define-shortcuts), you can toggle the SelectMenu by pressing :kbd{value="O"}.
233+
In this example, leveraging [`defineShortcuts`](composables/define-shortcuts), you can toggle the SelectMenu by pressing :kbd{value="O"}.
234234
:::
235235

236236
__component-example

0 commit comments

Comments
 (0)