Skip to content

Commit

Permalink
Merge pull request #29 from efstathiosntonas/patch-1
Browse files Browse the repository at this point in the history
docs: fix typos
  • Loading branch information
jpudysz authored Oct 12, 2023
2 parents bfb6b30 + 20fe36e commit c628fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/example/dynamic-themes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The final step is to switch your theme based on certain states, persisted values

```tsx
export const App: React.FunctionComponent = () => {
// obtain here your dark or light theme. It can be storage, state, mmkv, or whateber you use
// obtain here your dark or light theme. It can be storage, state, mmkv, or whatever you use
// const [yourAppTheme] = useState(lightTheme)
// const [yourAppTheme] = useYourStorage()
// const [yourAppTheme] = useMMKVObject<AppTheme>(Theme)
Expand Down

0 comments on commit c628fa6

Please sign in to comment.