From 0f4724b48e41ad4c8d98660d96351e56c9622e53 Mon Sep 17 00:00:00 2001 From: Tantan Fu Date: Tue, 6 Oct 2020 20:34:48 +0800 Subject: [PATCH] fix typo --- examples/with-firebase/context/userContext.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-firebase/context/userContext.js b/examples/with-firebase/context/userContext.js index e262156d2e340e5..6b1a010cebef62c 100644 --- a/examples/with-firebase/context/userContext.js +++ b/examples/with-firebase/context/userContext.js @@ -36,5 +36,5 @@ export default function UserContextComp({ children }) { ) } -// Custom hook that shorhands the context! +// Custom hook that shorthands the context! export const useUser = () => useContext(UserContext)