Skip to content

Commit 4c38e3e

Browse files
authored
fix typo (#17653)
1 parent 241f38e commit 4c38e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/with-firebase/context/userContext.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ export default function UserContextComp({ children }) {
3636
)
3737
}
3838

39-
// Custom hook that shorhands the context!
39+
// Custom hook that shorthands the context!
4040
export const useUser = () => useContext(UserContext)

0 commit comments

Comments
 (0)