docs: fix typo in open-url API docs (#39513)
* Fix typo in open-url API docs * Update app.md
This commit is contained in:
parent
0c45d160d6
commit
f7a7085019
1 changed files with 2 additions and 3 deletions
|
@ -128,9 +128,8 @@ Emitted when the user wants to open a URL with the application. Your application
|
|||
set `NSPrincipalClass` to `AtomApplication`.
|
||||
|
||||
As with the `open-file` event, be sure to register a listener for the `open-url`
|
||||
event early in your application startup to detect if the the application being
|
||||
is being opened to handle a URL. If you register the listener in response to a
|
||||
`ready` event, you'll miss URLs that trigger the launch of your application.
|
||||
event early in your application startup to detect if the application is being opened to handle a URL.
|
||||
If you register the listener in response to a `ready` event, you'll miss URLs that trigger the launch of your application.
|
||||
|
||||
### Event: 'activate' _macOS_
|
||||
|
||||
|
|
Loading…
Reference in a new issue