Skip to content

Commit ae7b3ce

Browse files
committed
chore: fix typos
1 parent 8e77efb commit ae7b3ce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.vitepress/locales/en/nav.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const nav: DefaultTheme.NavItem[] = [
2525
},
2626
{
2727
text: 'Release Notes',
28-
link: '/changelog/windows-clinet',
28+
link: '/changelog/windows-client',
2929
},
3030
],
3131
},

.vitepress/locales/zh/footer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const footer: CustomConfig['footer'] = {
4848
},
4949
{
5050
text: '客户端更新日志',
51-
link: '/changelog/windows-clinet',
51+
link: '/changelog/windows-client',
5252
},
5353
{
5454
text: '网页版更新日志',

.vitepress/theme/components/ui/markdown-editor/MarkdownEditor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import customColor from '@/markdown/customColor'
2727
2828
withDefaults(
2929
defineProps<{
30-
height: string | number
30+
height?: string | number
3131
}>(),
3232
{
3333
height: '10rem',

0 commit comments

Comments
 (0)