Skip to content

Commit cce5460

Browse files
committed
docs(spellcheck): fix spellcheck issues
1 parent 254f9fc commit cce5460

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.spellcheck.dict.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ APIs
99
APIs.
1010
AppAttest
1111
AppCheck
12+
AppDelegate.m
1213
APNs
1314
AirPods
1415
async

docs/releases/v6.4.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ date: 2020-04-03
6161
- `Android`: ensure a default notification color is always present when user does not set one
6262
- `iOS`: calling `registerDeviceForRemoteMessages`/`registerForRemoteNotifications` was incorrectly causing permissions to be requested before explicitly requesting them via the messaging API
6363
- `iOS`: registering the device was not being called if it was already registered internally.
64-
- Devices should **always** register with `registerDeviceForRemoteMessages`, as per Apple guidelines, irregardless of current registration status.
64+
- Devices should **always** register with `registerDeviceForRemoteMessages`, as per Apple guidelines, regardless of current registration status.
6565
- Make sure you **always** call `registerDeviceForRemoteMessages` during your app initialization on iOS
6666
- `iOS`: in cases where requesting an FCM with the default `scope` & `authorizedEntity`, the underlying code now uses the recommended `instanceIDWithHandler` vs `tokenWithAuthorizedEntity`.
6767
- This fixes an issue where FCM would throw a `"The operation couldn’t be completed"` error ([`#2657`](https://github.com/invertase/react-native-firebase/issues/2657))

0 commit comments

Comments
 (0)