From 74b5bd03a2d6c171a93f7709f97368e02fdfea1d Mon Sep 17 00:00:00 2001 From: Riley Ho Date: Mon, 26 Aug 2024 23:56:24 +0800 Subject: [PATCH] chore: fix typo in theme template --- template/.vitepress/theme/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/.vitepress/theme/style.css b/template/.vitepress/theme/style.css index 2a518312..a72e96e6 100644 --- a/template/.vitepress/theme/style.css +++ b/template/.vitepress/theme/style.css @@ -28,7 +28,7 @@ * custom containers. * * - `default`: The color used purely for subtle indication without any - * special meanings attched to it such as bg color for menu hover state. + * special meanings attached to it such as bg color for menu hover state. * * - `brand`: Used for primary brand colors, such as link text, button with * brand theme, etc.