From 99b81b28f464e017b015ed2791ab614a6598d956 Mon Sep 17 00:00:00 2001 From: Frank van Puffelen Date: Wed, 6 Jul 2022 15:51:40 -0700 Subject: [PATCH] Fix tiny type --- auth/manage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/manage.js b/auth/manage.js index 217199f2..0e1f0e7b 100644 --- a/auth/manage.js +++ b/auth/manage.js @@ -144,7 +144,7 @@ function reauthenticateWithCredential() { user.reauthenticateWithCredential(credential).then(() => { // User re-authenticated. }).catch((error) => { - // An error ocurred + // An error occurred // ... }); // [END auth_reauth_with_credential]