From ba4eab9f11c574e8a99dc0be021d77d27cae532b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D5=A1=D3=84=D5=A1?= Date: Mon, 30 Sep 2024 11:20:38 +0800 Subject: [PATCH] fix(docs): typos in dark mode page --- apps/docs/content/docs/customization/dark-mode.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/docs/content/docs/customization/dark-mode.mdx b/apps/docs/content/docs/customization/dark-mode.mdx index d0539d70bf..1feeac9806 100644 --- a/apps/docs/content/docs/customization/dark-mode.mdx +++ b/apps/docs/content/docs/customization/dark-mode.mdx @@ -118,7 +118,7 @@ export function ThemeSwitcher() { }; ``` -> **Note**: You can use any theme name you want, but make sure it exits in your +> **Note**: You can use any theme name you want, but make sure it exists in your `tailwind.config.js` file. See [Create Theme](/docs/customization/create-theme) for more details. @@ -185,7 +185,7 @@ export const ThemeSwitcher = () => { }; ``` -> **Note**: You can use any theme name you want, but make sure it exits in your +> **Note**: You can use any theme name you want, but make sure it exists in your `tailwind.config.js` file. See [Create Theme](/docs/customization/create-theme) for more details. @@ -258,4 +258,4 @@ export const ThemeSwitcher = () => { `tailwind.config.js` file. See [Create Theme](/docs/customization/create-theme) for more details. - \ No newline at end of file +