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.