From 61500a4111430c199c57d99f6f5191681bbb8313 Mon Sep 17 00:00:00 2001 From: Syed Ahmed Mohi Uddin Hasan Date: Tue, 28 Apr 2026 14:59:30 +0300 Subject: [PATCH 1/3] fix: correct papayawhip CSS color typo and grammar error in Context section Corrected grammatical errors in the documentation to enhance clarity. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6bcfdcc4..6524f8a3 100644 --- a/README.md +++ b/README.md @@ -1553,7 +1553,7 @@ const useCurrentUser = () => { }; ``` -Using a runtime type check in this will has the benefit of printing a clear error message in the console when a provider is not wrapping the components properly. Now it's possible to access `currentUser.username` without checking for `null`: +Using a runtime type check in this will have the benefit of printing a clear error message in the console when a provider is not wrapping the components properly. Now it's possible to access `currentUser.username` without checking for `null`: ```tsx import { useContext } from "react"; @@ -1913,7 +1913,7 @@ function App() { > I'm a modal!{" "}