From b5e1571204247cb7ce652c7bdc3f4ad51d3eaedd Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 20 Sep 2016 14:26:55 -0700 Subject: [PATCH] Set parameter type to Object --- docs/api/system-preferences.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/system-preferences.md b/docs/api/system-preferences.md index 6788d07017..057b7aaff2 100644 --- a/docs/api/system-preferences.md +++ b/docs/api/system-preferences.md @@ -33,7 +33,7 @@ This method returns `true` if the Swipe between pages setting is on, and `false` ### `systemPreferences.postNotification(event, userInfo)` _macOS_ * `event` String -* `userInfo` Dictionary +* `userInfo` Object Posts `event` as native notifications of macOS. The `userInfo` is an Object that contains the user information dictionary sent along with the notification. @@ -41,7 +41,7 @@ that contains the user information dictionary sent along with the notification. ### `systemPreferences.postLocalNotification(event, userInfo)` _macOS_ * `event` String -* `userInfo` Dictionary +* `userInfo` Object Posts `event` as native notifications of macOS. The `userInfo` is an Object that contains the user information dictionary sent along with the notification.