fixed minor word mistake

This commit is contained in:
Rodrigo Ramírez Norambuena
2017-02-11 19:34:43 -03:00
parent 7045f6571f
commit fb754f9bc7
2 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ NodeHelper = Class.extend({
/* socketNotificationReceived(notification, payload)
* This method is called when a socket notification arrives.
*
* argument notification string - The identifier of the noitication.
* argument notification string - The identifier of the notification.
* argument payload mixed - The payload of the notification.
*/
socketNotificationReceived: function(notification, payload) {
@@ -54,7 +54,7 @@ NodeHelper = Class.extend({
/* sendSocketNotification(notification, payload)
* Send a socket notification to the node helper.
*
* argument notification string - The identifier of the noitication.
* argument notification string - The identifier of the notification.
* argument payload mixed - The payload of the notification.
*/
sendSocketNotification: function(notification, payload) {