Skip to content

Commit

Permalink
fix: grammatical errors in theme switcher page instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
up2dul committed Jul 23, 2023
1 parent e18e88b commit c394b2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/quick-start/theme-setting/markdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ export const markdown = `
Developers love dark theme but setting up the theme can be very hectic for the developers as when there are many components in your app and you have to pass your theme props very deep in the component tree where things can become ambigous.
With the help of jotai you can setup different themes for you app in minutes. Let's take a look at this,
With the help of jotai, you can setup different themes for your app in minutes. Let's take a look at this:
Initialize a theme atom with a default value.
~~~js
Expand Down

0 comments on commit c394b2d

Please sign in to comment.