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)