Merge pull request #1811 from strongloop/typo-fix
Fix typo in description of persistedModel.updateAttributes()
This commit is contained in:
commit
ab13226335
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue