From d848c15d4230221dae8e4e003639a661203c5512 Mon Sep 17 00:00:00 2001 From: "Tobias V. Langhoff" Date: Thu, 4 Jan 2018 19:36:21 +0100 Subject: [PATCH] Fix typo in protocol handler installer popup Correct the typo "defaut" to the correct "default" in the atom:// URI protocol handler popup --- src/protocol-handler-installer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocol-handler-installer.js b/src/protocol-handler-installer.js index 0a55bff41..37df68389 100644 --- a/src/protocol-handler-installer.js +++ b/src/protocol-handler-installer.js @@ -63,7 +63,7 @@ class ProtocolHandlerInstaller { notification = notifications.addInfo('Register as default atom:// URI handler?', { dismissable: true, icon: 'link', - description: 'Atom is not currently set as the defaut handler for atom:// URIs. Would you like Atom to handle ' + + description: 'Atom is not currently set as the default handler for atom:// URIs. Would you like Atom to handle ' + 'atom:// URIs?', buttons: [ {