Skip to content

Commit

Permalink
fix typo (#17653)
Browse files Browse the repository at this point in the history
  • Loading branch information
futantan committed Oct 6, 2020
1 parent 241f38e commit 4c38e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-firebase/context/userContext.js
Expand Up @@ -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)

0 comments on commit 4c38e3e

Please sign in to comment.