aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase
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
parent32266c5d1cf700b37900911860888bb106088220 (diff)
Fix firebaes typo (#755)
Diffstat (limited to 'Firebase')
-rw-r--r--Firebase/Auth/Source/FIRUser.m2
-rw-r--r--Firebase/Auth/Source/Public/FIRUser.h2
2 files changed, 2 insertions, 2 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.
diff --git a/Firebase/Auth/Source/Public/FIRUser.h b/Firebase/Auth/Source/Public/FIRUser.h
index 1bba710..b11e447 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.