From 1aa6b320e907c0feee43723a3885d54ded5db206 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Tue, 6 Feb 2018 07:46:37 -0800 Subject: [PATCH] Fix firebaes typo --- Firebase/Auth/Source/FIRUser.m | 2 +- Firebase/Auth/Source/Public/FIRUser.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Firebase/Auth/Source/FIRUser.m b/Firebase/Auth/Source/FIRUser.m index 7f2316bc542..6af263dd73a 100644 --- a/Firebase/Auth/Source/FIRUser.m +++ b/Firebase/Auth/Source/FIRUser.m @@ -625,7 +625,7 @@ - (void)updatePassword:(NSString *)password updated. @param phoneAuthCredential The new phone number credential corresponding to the phone number - to be added to the firebaes account, if a phone number is already linked to the account this + to be added to the Firebase account, if a phone number is already linked to the account this new phone number will replace it. @param isLinkOperation Boolean value indicating whether or not this is a link operation. @param completion Optionally; the block invoked when the user profile change has finished. diff --git a/Firebase/Auth/Source/Public/FIRUser.h b/Firebase/Auth/Source/Public/FIRUser.h index 1bba71057a0..b11e447a60b 100644 --- a/Firebase/Auth/Source/Public/FIRUser.h +++ b/Firebase/Auth/Source/Public/FIRUser.h @@ -158,7 +158,7 @@ NS_SWIFT_NAME(User) updated. @param phoneNumberCredential The new phone number credential corresponding to the phone number - to be added to the firebaes account, if a phone number is already linked to the account this + to be added to the Firebase account, if a phone number is already linked to the account this new phone number will replace it. @param completion Optionally; the block invoked when the user profile change has finished. Invoked asynchronously on the main thread in the future.