Skip to content

Commit f4cfdee

Browse files
committed
fix: typo
1 parent 392797e commit f4cfdee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/Button/Base.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const props = withDefaults(
77
'keyshortcut'?: string
88
99
/**
10-
* Don't use this directly, use `keyshortcut` instead. Correcty HTML will be automatically generated and the shortcut will automatically be displayed in the UI.
10+
* Don't use this directly, use `keyshortcut` instead. Correctly HTML will be automatically generated and the shortcut will automatically be displayed in the UI.
1111
*/
1212
'aria-keyshortcuts'?: never
1313

app/components/Link/Base.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const props = withDefaults(
1717
'keyshortcut'?: string
1818
1919
/**
20-
* Don't use this directly, use `keyshortcut` instead. Correcty HTML will be automatically generated and the shortcut will automatically be displayed in the UI.
20+
* Don't use this directly, use `keyshortcut` instead. Correctly HTML will be automatically generated and the shortcut will automatically be displayed in the UI.
2121
*/
2222
'aria-keyshortcuts'?: never
2323

0 commit comments

Comments
 (0)