不要怂,就是干,撸起袖子干!

Commit 80592568 by Jan Aagaard Meier

Merge pull request #4861 from btroo/btroo/minor-fix

[ci skip] Fixed mistype
2 parents 87eb6a72 6db26ba6
Showing with 1 additions and 1 deletions
......@@ -103,7 +103,7 @@ var HasMany = function(source, target, options) {
*/
get: 'get' + plural,
/**
* Set the associated models by passing an array of instances or their primary keys. Everything that it not in the passed array will be un-associated
* Set the associated models by passing an array of instances or their primary keys. Everything that is not in the passed array will be un-associated
*
* @param {Array<Instance|String|Number>} [newAssociations] An array of instances or primary key of instances to associate with this. Pass `null` or `undefined` to remove all associations.
* @param {Object} [options] Options passed to `target.findAll` and `update`.
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!