From 0d317a2e498ec23e3557f9c4b28127aa68766f93 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 22 Nov 2016 07:49:56 -0800 Subject: [PATCH] Add backticks around Info.plist --- docs/api/app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/app.md b/docs/api/app.md index fd296dac77ee..40bca9c2d469 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -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.