From de70bd5ef70c978454a7829d2d33added124fb7c Mon Sep 17 00:00:00 2001 From: Zsika Phillip Date: Wed, 2 May 2018 13:55:18 -0700 Subject: Fixes typo in public facing error message (#1207) --- Firebase/Auth/Source/FIRAuthErrorUtils.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Firebase') 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. -- cgit v1.2.3