Merge pull request #438 from kwiky/docs/fixes

Fix "callbacl" by "callback" in doc
This commit is contained in:
Raymond Feng 2014-08-05 08:45:32 -07:00
commit b3fbefdbb7
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ PersistedModel.findOrCreate._delegate = true;
* Check whether a model instance exists in database
*
* @param {id} id - identifier of object (primary key value)
* @param {Function} cb - callbacl called with (err, exists: Bool)
* @param {Function} cb - callback called with (err, exists: Bool)
*/
PersistedModel.exists = function exists(id, cb) {