From 4c38e3ed8ec402862ea6b42b02297f8c28ab9b53 Mon Sep 17 00:00:00 2001 From: Tantan Fu Date: Tue, 6 Oct 2020 23:31:40 +0800 Subject: [PATCH] fix typo (#17653) --- 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 e262156d2e..6b1a010ceb 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) -- GitLab