Skip to content

Commit 5879ad7

Browse files
authored
Fix tiny type (#299)
1 parent 1a60321 commit 5879ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/manage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ function reauthenticateWithCredential() {
144144
user.reauthenticateWithCredential(credential).then(() => {
145145
// User re-authenticated.
146146
}).catch((error) => {
147-
// An error ocurred
147+
// An error occurred
148148
// ...
149149
});
150150
// [END auth_reauth_with_credential]

0 commit comments

Comments
 (0)