Merge "Fix typos of comments in delete-modal service"

This commit is contained in:
Jenkins 2016-01-20 00:34:17 +00:00 committed by Gerrit Code Review
commit e8b0b37080
1 changed files with 3 additions and 3 deletions

View File

@ -71,8 +71,8 @@
* @param {function} context.deleteEntity
* The function that should be called to delete each entity.
* The first argument is the id of the Entity to delete.
* Note: This callback might need to supressErrors on the alert
* service.
* Note: This callback might need to suppress errors on the
* alert service.
*
* @param {string} context.successEvent
* The name of the event to emit for the entities that have been deleted successfully.
@ -139,5 +139,5 @@
return entity.id;
}
} // end of batchDeleteService
} // end of deleteModalService
})(); // end of IIFE