Browse Source

remove key and value bullts

Shelley Vohr 7 years ago
parent
commit
26ad37c4d1
1 changed files with 1 additions and 3 deletions
  1. 1 3
      docs/api/system-preferences.md

+ 1 - 3
docs/api/system-preferences.md

@@ -108,9 +108,7 @@ Same as `unsubscribeNotification`, but removes the subscriber from `NSNotificati
 
 ### `systemPreferences.registerDefaults(defaults)` _macOS_		
 
-* `defaults` Object - a dictionary of (`key: value`) user defaults		
-  * `key` String		
-  * `value` Any				
+* `defaults` Object - a dictionary of (`key: value`) user defaults			
 
 Add the specified defaults to your application's `NSUserDefaults`.