Skip to content

Commit b97a88b

Browse files
authored
Fix typo in DocsFooter component link type
1 parent 045f6ae commit b97a88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DocsFooter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const DocsPageFooter = memo<DocsPageFooterProps>(
4747

4848
{nextRoute?.path ? (
4949
<FooterLink
50-
type="다음음"
50+
type="다음"
5151
title={nextRoute.title}
5252
href={nextRoute.path}
5353
/>

0 commit comments

Comments
 (0)