We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba937b7 commit bca88e6Copy full SHA for bca88e6
README.md
@@ -347,7 +347,7 @@ Notifications.events().registerRemoteNotificationsRegistered(({ deviceToken }: R
347
#import <UserNotifications/UserNotifications.h>
348
```
349
350
-- Request notification permissions when app launches by adding the folloowing to `didFinishLaunchingWithOptions` before `return YES;`:
+- Request notification permissions when app launches by adding the following to `didFinishLaunchingWithOptions` before `return YES;`:
351
352
```Objective-C
353
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
0 commit comments