From 42357dee0bc34da18a6275ae435441889f645df6 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 16 Dec 2016 16:36:24 +0000 Subject: [PATCH] Typo --- src/components/structures/RoomDirectory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/RoomDirectory.js b/src/components/structures/RoomDirectory.js index 79ae349d78..5fb0324c40 100644 --- a/src/components/structures/RoomDirectory.js +++ b/src/components/structures/RoomDirectory.js @@ -282,7 +282,7 @@ module.exports = React.createClass({ }, onJoinClick: function(alias) { - // If we don't have a prticular instance id selected, just show that rooms alias + // If we don't have a particular instance id selected, just show that rooms alias if (!this.state.instanceId) { // If the user specified an alias without a domain, add on whichever server is selected // in the dropdown