Skip to content

Commit

Permalink
Merge pull request strongloop#1811 from strongloop/typo-fix
Browse files Browse the repository at this point in the history
Fix typo in description of persistedModel.updateAttributes()
  • Loading branch information
richardpringle committed Nov 11, 2015
2 parents f9545da + 03c8d04 commit ab13226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/persisted-model.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ab13226

Please sign in to comment.