Skip to content

Commit

Permalink
Fix newgroup event comment example
Browse files Browse the repository at this point in the history
  • Loading branch information
ericz committed Nov 1, 2011
1 parent 7dc358b commit ddbd08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/now.js
Expand Up @@ -103,7 +103,7 @@ Now.prototype.getGroup = function (name) {
* @param {Group} group The group created by {@link nowjs#getGroup}.
* @description Called when a new group is created.
* @example nowjs.on('newgroup', function (group) {
* console.log('You have successfully created the group `' + groupName + '`');
* console.log('You have successfully created the group `' + group.groupName + '`');
* });
*/

Expand Down

0 comments on commit ddbd08d

Please sign in to comment.