From 6451ba7f85fe5b88268cf4e57da8a1a13f6046b7 Mon Sep 17 00:00:00 2001 From: Ryan Castner Date: Wed, 22 Aug 2018 13:42:52 -0400 Subject: [PATCH] Fix typo in comments (#3185) --- app/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/index.js b/app/index.js index 7d41c6a9..a36f4daa 100644 --- a/app/index.js +++ b/app/index.js @@ -220,7 +220,7 @@ app.on('ready', () => app.setAsDefaultProtocolClient('ssh'); } else if (!config.getConfig().defaultSSHApp && app.isDefaultProtocolClient('ssh')) { //eslint-disable-next-line no-console - console.log('Removing Hyper from default client for ssh:// protocl'); + console.log('Removing Hyper from default client for ssh:// protocol'); app.removeAsDefaultProtocolClient('ssh'); } installCLI(false);