Skip to content

Commit

Permalink
docs: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
efstathiosntonas authored Oct 12, 2023
1 parent bfb6b30 commit 20fe36e
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 20fe36e

Please sign in to comment.