Skip to content

Commit 7925280

Browse files
docs: fix typo in localNotifications.md (wix#973)
1 parent c877f54 commit 7925280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/docs/localNotifications.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ let localNotification = Notifications.postLocalNotification({
2525

2626
Notification object contains:
2727

28-
- **`fireDate`**- The date and time when the system should deliver the notification (optinal - default is immediate dispatch).
28+
- **`fireDate`**- The date and time when the system should deliver the notification (optional - default is immediate dispatch).
2929
- `body`- The message displayed in the notification alert.
3030
- `title`- The title of the notification, displayed in the notifications center.
3131
- `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.

0 commit comments

Comments
 (0)