Skip to content

Commit

Permalink
Fix typo in chat.js (#3274)
Browse files Browse the repository at this point in the history
  • Loading branch information
CheeseMuffin authored and Zarel committed Feb 22, 2017
1 parent 2abd1db commit b0278d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ Chat.CommandContext = CommandContext;
* Usage:
* Chat.parse(message, room, user, connection)
*
* Parses the message. If it's a command, the commnad is executed, if
* Parses the message. If it's a command, the command is executed, if
* not, it's displayed directly in the room.
*
* Examples:
Expand Down

0 comments on commit b0278d5

Please sign in to comment.