From 0721d1c864a33286a9fdd89fca2c50027800eea9 Mon Sep 17 00:00:00 2001 From: Alan Ye <45558679+at-wr@users.noreply.github.com> Date: Fri, 10 May 2024 00:35:39 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20typo=20PIN=20Input=C2=A0was=20mis?= =?UTF-8?q?spelled=20as=C2=A0Pin=20Input=20=20(#542)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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: [], },