Browse Source

docs: fix app 'ready' event arguments (#26175)

Co-authored-by: Milan Burda <[email protected]>
trop[bot] 4 years ago
parent
commit
8443cf143b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docs/api/app.md

+ 2 - 1
docs/api/app.md

@@ -32,7 +32,8 @@ In most cases, you should do everything in the `ready` event handler.
 
 Returns:
 
-* `launchInfo` unknown _macOS_
+* `event` Event
+* `launchInfo` Record<string, any> _macOS_
 
 Emitted once, when Electron has finished initializing. On macOS, `launchInfo`
 holds the `userInfo` of the `NSUserNotification` that was used to open the