Skip to content

Commit 6d66e85

Browse files
authored
Fix verifying typo (#10792)
1 parent c7f0565 commit 6d66e85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FirebaseAuth/Sources/Auth/FIRAuth.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
static NSString *const kEmailLinkSignInRequestType = @"EMAIL_SIGNIN";
151151

152152
/** @var kVerifyAndChangeEmailRequestType
153-
@brief The action code type value for verifing and changing email in the check action code
153+
@brief The action code type value for verifying and changing email in the check action code
154154
response.
155155
*/
156156
static NSString *const kVerifyAndChangeEmailRequestType = @"VERIFY_AND_CHANGE_EMAIL";

FirebaseAuth/Sources/Public/FirebaseAuth/FIRAuth.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ typedef NS_ENUM(NSInteger, FIRActionCodeOperation) {
194194
/** Action code for email link operation. */
195195
FIRActionCodeOperationEmailLink = 4,
196196

197-
/** Action code for verifing and changing email */
197+
/** Action code for verifying and changing email */
198198
FIRActionCodeOperationVerifyAndChangeEmail = 5,
199199

200200
/** Action code for reverting second factor addition */

0 commit comments

Comments
 (0)