From 7925280e3aac2490c7d5eb2a67cdbd6ccad0d981 Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 20 Jul 2023 03:54:02 -0400 Subject: [PATCH] docs: fix typo in localNotifications.md (#973) --- 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.