diff --git a/readme.md b/readme.md index 6db3685..0367c00 100644 --- a/readme.md +++ b/readme.md @@ -105,7 +105,7 @@ Now, lets dive into the src folder. `ThemeContext.tsx` -Context lets components pass information deep down without explicity passing props. ThemeContext call [createContext] outside any component to create Theme-Mode context, +Context lets components pass information deep down without explicity passing props. ThemeContext call [createContext] outside any component to create Theme-Mode context, initialize with 'light' value. ### styles