mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Add backticks around Info.plist
This commit is contained in:
@@ -109,7 +109,7 @@ Returns:
|
||||
* `url` String
|
||||
|
||||
Emitted when the user wants to open a URL with the application. Your application's
|
||||
Info.plist file must define the url scheme within the `CFBundleURLTypes` key, and
|
||||
`Info.plist` file must define the url scheme within the `CFBundleURLTypes` key, and
|
||||
set `NSPrincipalClass` to `AtomApplication`.
|
||||
|
||||
You should call `event.preventDefault()` if you want to handle this event.
|
||||
|
||||
Reference in New Issue
Block a user