From aeb0c896ff0300319f4d9af2135926cc8591e10e Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 30 May 2023 18:34:53 -0400 Subject: [PATCH] docs: fix typo in localNotifications.md --- website/docs/docs/localNotifications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/localNotifications.md b/website/docs/docs/localNotifications.md index 9a22e1a8e..9fc29ba50 100644 --- a/website/docs/docs/localNotifications.md +++ b/website/docs/docs/localNotifications.md @@ -25,7 +25,7 @@ let localNotification = Notifications.postLocalNotification({ Notification object contains: -- **`fireDate`**- The date and time when the system should deliver the notification (optinal - default is immediate dispatch). +- **`fireDate`**- The date and time when the system should deliver the notification (optional - default is immediate dispatch). - `body`- The message displayed in the notification alert. - `title`- The title of the notification, displayed in the notifications center. - `alertAction`- The "action" displayed beneath an actionable notification on the lockscreen (e.g. "Slide to **open**"). Note that Apple no longer shows this in iOS 10.