Merge pull request #1811 from strongloop/typo-fix

Fix typo in description of persistedModel.updateAttributes()
This commit is contained in:
Richard Pringle 2015-11-11 16:56:29 -05:00
commit ab13226335
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,7 @@ module.exports = function(registry) {
* Update set of attributes. Performs validation before updating.
*
* Triggers: `validation`, `save` and `update` hooks
* @param {Object} data Dta to update.
* @param {Object} data Data to update.
* @callback {Function} callback Callback function called with `(err, instance)` arguments. Required.
* @param {Error} err Error object; see [Error object](http://docs.strongloop.com/display/LB/Error+object).
* @param {Object} instance Updated instance.