Skip to content

Commit

Permalink
fix exisits typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Oct 24, 2023
1 parent 387de5b commit 7e41600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FirebaseAuth/Tests/Unit/FIRUserTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -2997,7 +2997,7 @@ - (void)testlinkPhoneAuthCredentialFailure {

/** @fn testlinkPhoneCredentialAlreadyExistsError
@brief Tests the flow of @c linkWithCredential:completion:
call using a phoneAuthCredential and a credential already exisits error. In this case we
call using a phoneAuthCredential and a credential already exists error. In this case we
should get a FIRAuthCredential in the error object.
*/
- (void)testlinkPhoneCredentialAlreadyExistsError {
Expand Down
2 changes: 1 addition & 1 deletion FirebaseMessaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 10.12.0
- [changed] Removing fiam scoped tokens set by old FIAM SDK(s) from keychain if exisits (b/284207019).
- [changed] Removing fiam scoped tokens set by old FIAM SDK(s) from keychain if exists (b/284207019).

# 10.6.0
- [fixed] Configure flow validates existence of an APNS token before fetching an FCM token (#10742). This also addresses the scenario 1 mentioned in the comment - https://github.com/firebase/firebase-ios-sdk/issues/10679#issuecomment-1402776795
Expand Down

0 comments on commit 7e41600

Please sign in to comment.