Add backticks around Info.plist
authorKevin Sawicki <kevin@github.com>
Tue, 22 Nov 2016 15:49:56 +0000 (07:49 -0800)
committerGitHub <noreply@github.com>
Tue, 22 Nov 2016 15:49:56 +0000 (07:49 -0800)
docs/api/app.md

index fd296da..40bca9c 100644 (file)
@@ -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.