aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth/Source/FIRUser.m
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-02-06 10:42:56 -0800
committerGravatar GitHub <noreply@github.com>2018-02-06 10:42:56 -0800
commit7cac9dc47a8c6b7321ebf5fc13fa7140e784c8ca (patch)
tree3056c9f24acffe0b945a6464a94f1133bd246899 /Firebase/Auth/Source/FIRUser.m
parent32266c5d1cf700b37900911860888bb106088220 (diff)
Fix firebaes typo (#755)
Diffstat (limited to 'Firebase/Auth/Source/FIRUser.m')
-rw-r--r--Firebase/Auth/Source/FIRUser.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firebase/Auth/Source/FIRUser.m b/Firebase/Auth/Source/FIRUser.m
index 7f2316b..6af263d 100644
--- a/Firebase/Auth/Source/FIRUser.m
+++ b/Firebase/Auth/Source/FIRUser.m
@@ -625,7 +625,7 @@ static void callInMainThreadWithAuthDataResultAndError(
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.