Add backticks around Info.plist
This commit is contained in:
parent
964c88a189
commit
0d317a2e49
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ Returns:
|
||||||
* `url` String
|
* `url` String
|
||||||
|
|
||||||
Emitted when the user wants to open a URL with the application. Your application's
|
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`.
|
set `NSPrincipalClass` to `AtomApplication`.
|
||||||
|
|
||||||
You should call `event.preventDefault()` if you want to handle this event.
|
You should call `event.preventDefault()` if you want to handle this event.
|
||||||
|
|
Loading…
Reference in a new issue