From f7a7085019bf757700df3c2f8714e0de356203cd Mon Sep 17 00:00:00 2001 From: Sergei Chestakov Date: Wed, 16 Aug 2023 06:26:02 -0400 Subject: [PATCH] docs: fix typo in open-url API docs (#39513) * Fix typo in open-url API docs * Update app.md --- docs/api/app.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/api/app.md b/docs/api/app.md index 23cf19e5f4fb..1364ed2664f8 100755 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -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_