Skip to content

Commit e5b11ab

Browse files
authored
Fix typo. (#10783)
1 parent 6db5a0b commit e5b11ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAuth/Sources/Public/FirebaseAuth/FIRAuthErrors.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ typedef NS_ERROR_ENUM(FIRAuthErrorDomain, FIRAuthErrorCode){
413413
*/
414414
FIRAuthErrorCodeMissingOrInvalidNonce = 17094,
415415

416-
/** Raised when an Cloud Function returns a blocking error. Will include a message returned from
416+
/** Raised when a Cloud Function returns a blocking error. Will include a message returned from
417417
* the function.
418418
*/
419419
FIRAuthErrorCodeBlockingCloudFunctionError = 17105,

0 commit comments

Comments
 (0)