From addac144717b823f9828eb5c16f1fc8d1b482c6d Mon Sep 17 00:00:00 2001 From: Liron Abutbul <110838700+ladunjexa@users.noreply.github.com> Date: Thu, 12 Jan 2023 04:22:08 +0200 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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