diff --git a/docs/src/content/docs/example/dynamic-themes.mdx b/docs/src/content/docs/example/dynamic-themes.mdx index 510dd21e..52087a4c 100644 --- a/docs/src/content/docs/example/dynamic-themes.mdx +++ b/docs/src/content/docs/example/dynamic-themes.mdx @@ -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(Theme)