From 7bf8fd9e00137adb953d31cbbdb6dcf755255f53 Mon Sep 17 00:00:00 2001 From: Alan Ye <45558679+at-wr@users.noreply.github.com> Date: Thu, 9 May 2024 20:41:47 +0800 Subject: [PATCH] docs: fix typo --- apps/www/.vitepress/theme/config/docs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/.vitepress/theme/config/docs.ts b/apps/www/.vitepress/theme/config/docs.ts index e58047e9..96c2ed48 100644 --- a/apps/www/.vitepress/theme/config/docs.ts +++ b/apps/www/.vitepress/theme/config/docs.ts @@ -261,7 +261,7 @@ export const docsConfig: DocsConfig = { href: '/docs/components/pagination', }, { - title: 'Pin Input', + title: 'PIN Input', href: '/docs/components/pin-input', items: [], },