Skip to content

Commit 9ff0a47

Browse files
paulb777morganchen12
authored andcommitted
Fix a typo (#62)
1 parent bc4667f commit 9ff0a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firebase/Auth/Source/FIRAuthNotificationManager.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ - (void)checkNotificationForwardingWithCallback:(FIRAuthNotificationForwardingCa
115115
didReceiveRemoteNotification:proberNotification];
116116
} else {
117117
FIRLogError(kFIRLoggerAuth, @"I-AUT000015",
118-
@"The UIApplicationDelegate must handle remote notifcation for phone number "
118+
@"The UIApplicationDelegate must handle remote notification for phone number "
119119
@"authentication to work.");
120120
}
121121
});

0 commit comments

Comments
 (0)