Skip to content

Commit d5caf45

Browse files
authored
fix exisits typo (#11989)
1 parent 387de5b commit d5caf45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FirebaseAuth/Tests/Unit/FIRUserTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2997,7 +2997,7 @@ - (void)testlinkPhoneAuthCredentialFailure {
29972997

29982998
/** @fn testlinkPhoneCredentialAlreadyExistsError
29992999
@brief Tests the flow of @c linkWithCredential:completion:
3000-
call using a phoneAuthCredential and a credential already exisits error. In this case we
3000+
call using a phoneAuthCredential and a credential already exists error. In this case we
30013001
should get a FIRAuthCredential in the error object.
30023002
*/
30033003
- (void)testlinkPhoneCredentialAlreadyExistsError {

FirebaseMessaging/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 10.12.0
2-
- [changed] Removing fiam scoped tokens set by old FIAM SDK(s) from keychain if exisits (b/284207019).
2+
- [changed] Removing fiam scoped tokens set by old FIAM SDK(s) from keychain if exists (b/284207019).
33

44
# 10.6.0
55
- [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

0 commit comments

Comments
 (0)