diff --git a/examples/with-firebase/context/userContext.js b/examples/with-firebase/context/userContext.js index e262156d2e340e5e37b175927b9a9ed0d74b26ab..6b1a010cebef62c6cc8f9eecb145f6f49db60395 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)