Fix "callbacl" by "callback" in doc

This commit is contained in:
Steve Grosbois 2014-08-05 15:17:11 +02:00
parent b66a36fd3c
commit 7b94f7a139
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) {