fix typo in comment (#13883)

This commit is contained in:
not 2020-06-07 20:03:38 -05:00 committed by GitHub
parent c61fd50419
commit 319b858e77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ export default function UserContextComp({ children }) {
setUser({ uid, displayName, email, photoURL })
} else setUser(null)
} catch (error) {
// Most probably a connection error. Handle appropiately.
// Most probably a connection error. Handle appropriately.
} finally {
setLoadingUser(false)
}