Skip to content

Commit

Permalink
fixed a typo in the example code
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaofeng authored and Chaofeng committed Nov 20, 2015
1 parent 9a54e9c commit ba90f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chat/public/main.js
Expand Up @@ -7,7 +7,7 @@ $(function() {
'#3b88eb', '#3824aa', '#a700ff', '#d300e7'
];

// Initialize varibles
// Initialize variables
var $window = $(window);
var $usernameInput = $('.usernameInput'); // Input for username
var $messages = $('.messages'); // Messages area
Expand Down

0 comments on commit ba90f09

Please sign in to comment.