Skip to content

Commit bca88e6

Browse files
authored
Fix typo
1 parent ba937b7 commit bca88e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ Notifications.events().registerRemoteNotificationsRegistered(({ deviceToken }: R
347347
#import <UserNotifications/UserNotifications.h>
348348
```
349349

350-
- Request notification permissions when app launches by adding the folloowing to `didFinishLaunchingWithOptions` before `return YES;`:
350+
- Request notification permissions when app launches by adding the following to `didFinishLaunchingWithOptions` before `return YES;`:
351351

352352
```Objective-C
353353
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions

0 commit comments

Comments
 (0)