From 9125c1b2ccee1854309e6a7859b9f83cfe8c4662 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 27 Mar 2017 17:00:05 +0100 Subject: [PATCH] I 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 f78752955b..ad20ebaa18 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 i simportant, otherwise there's no way to invite + // This is simportant, otherwise there's no way to invite // a perfectly valid address if there are close matches. const addrType = getAddressType(query); if (addrType !== null) {