Skip to content

Commit 7cac9dc

Browse files
authored
Fix firebaes typo (#755)
1 parent 32266c5 commit 7cac9dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Firebase/Auth/Source/FIRUser.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ - (void)updatePassword:(NSString *)password
625625
updated.
626626
627627
@param phoneAuthCredential The new phone number credential corresponding to the phone number
628-
to be added to the firebaes account, if a phone number is already linked to the account this
628+
to be added to the Firebase account, if a phone number is already linked to the account this
629629
new phone number will replace it.
630630
@param isLinkOperation Boolean value indicating whether or not this is a link operation.
631631
@param completion Optionally; the block invoked when the user profile change has finished.

Firebase/Auth/Source/Public/FIRUser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ NS_SWIFT_NAME(User)
158158
updated.
159159
160160
@param phoneNumberCredential The new phone number credential corresponding to the phone number
161-
to be added to the firebaes account, if a phone number is already linked to the account this
161+
to be added to the Firebase account, if a phone number is already linked to the account this
162162
new phone number will replace it.
163163
@param completion Optionally; the block invoked when the user profile change has finished.
164164
Invoked asynchronously on the main thread in the future.

0 commit comments

Comments
 (0)