aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth
diff options
context:
space:
mode:
authorGravatar Zsika Phillip <protocol86@users.noreply.github.com>2018-05-02 13:55:18 -0700
committerGravatar GitHub <noreply@github.com>2018-05-02 13:55:18 -0700
commitde70bd5ef70c978454a7829d2d33added124fb7c (patch)
treee490a2b682a615e5920d3b1996f40f8f5061bbee /Firebase/Auth
parentf86c2ebb3c6f878d65ef32217adc956057ac9649 (diff)
Fixes typo in public facing error message (#1207)
Diffstat (limited to 'Firebase/Auth')
-rw-r--r--Firebase/Auth/Source/FIRAuthErrorUtils.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firebase/Auth/Source/FIRAuthErrorUtils.m b/Firebase/Auth/Source/FIRAuthErrorUtils.m
index f4dbb94..62c569c 100644
--- a/Firebase/Auth/Source/FIRAuthErrorUtils.m
+++ b/Firebase/Auth/Source/FIRAuthErrorUtils.m
@@ -357,7 +357,7 @@ static NSString *const kFIRAuthErrorMessageNotificationNotForwarded = @"If app d
*/
static NSString *const kFIRAuthErrorMessageAppNotVerified = @"Firebase could not retrieve the "
"silent push notification and therefore could not verify your app. Ensure that you configured "
- "your app correctly to recieve push notifications.";
+ "your app correctly to receive push notifications.";
/** @var kFIRAuthErrorMessageCaptchaCheckFailed
@brief Message for @c FIRAuthErrorCodeCaptchaCheckFailed error code.