Skip to content

Commit 349ce5a

Browse files
authored
Fix typo - hyphenate Single-File Component (#1823)
See #1788 for an explanation
1 parent eca30b2 commit 349ce5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ export const sidebar = {
401401
]
402402
},
403403
{
404-
text: 'Single File Component',
404+
text: 'Single-File Component',
405405
items: [
406406
{ text: 'Syntax Specification', link: '/api/sfc-spec' },
407407
{ text: '<script setup>', link: '/api/sfc-script-setup' },

0 commit comments

Comments
 (0)