From db3339de33eaaae2cd8a49e6d0979c3c332e2975 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 27 Mar 2017 17:03:59 +0100 Subject: [PATCH] I still can't type --- src/components/views/dialogs/ChatInviteDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/dialogs/ChatInviteDialog.js b/src/components/views/dialogs/ChatInviteDialog.js index ad20ebaa18..16f756a773 100644 --- a/src/components/views/dialogs/ChatInviteDialog.js +++ b/src/components/views/dialogs/ChatInviteDialog.js @@ -212,7 +212,7 @@ module.exports = React.createClass({ }); // If the query is a valid address, add an entry for that - // This is simportant, otherwise there's no way to invite + // This is important, otherwise there's no way to invite // a perfectly valid address if there are close matches. const addrType = getAddressType(query); if (addrType !== null) {