Skip to content

Commit 3a13fbf

Browse files
committed
docs: rephrase comment
1 parent 62c88fc commit 3a13fbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/components/Button/Base.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const props = withDefaults(
88
'keyshortcut'?: string
99
1010
/**
11-
* Don't use this directly, use `keyshortcut` instead. Correctly HTML will be automatically generated and the shortcut will automatically be displayed in the UI.
11+
* Do not use this directly. Use keyshortcut instead; it generates the correct HTML and displays the shortcut in the UI.
1212
*/
1313
'aria-keyshortcuts'?: never
1414

app/components/Link/Base.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const props = withDefaults(
1616
'keyshortcut'?: string
1717
1818
/**
19-
* Don't use this directly, use `keyshortcut` instead. Correctly HTML will be automatically generated and the shortcut will automatically be displayed in the UI.
19+
* Do not use this directly. Use keyshortcut instead; it generates the correct HTML and displays the shortcut in the UI.
2020
*/
2121
'aria-keyshortcuts'?: never
2222

0 commit comments

Comments
 (0)