Skip to content

Commit

Permalink
fix(docs): typos in dark mode page (#3823)
Browse files Browse the repository at this point in the history
  • Loading branch information
wingkwong authored Oct 3, 2024
1 parent 7134996 commit 66f1738
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/docs/content/docs/customization/dark-mode.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

</Steps>
Expand Down Expand Up @@ -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.

</Steps>
Expand Down Expand Up @@ -258,4 +258,4 @@ export const ThemeSwitcher = () => {
`tailwind.config.js` file. See [Create Theme](/docs/customization/create-theme) for more details.


</Steps>
</Steps>

0 comments on commit 66f1738

Please sign in to comment.