From 04e1256b8b0668b95d4a5000794be52bb43751d9 Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Wed, 4 Jun 2014 17:44:57 -0700 Subject: [PATCH] Update datasource.js Fix small typo --- lib/datasource.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/datasource.js b/lib/datasource.js index 44f9957e..19aa1d21 100644 --- a/lib/datasource.js +++ b/lib/datasource.js @@ -1625,7 +1625,7 @@ DataSource.prototype.defineForeignKey = function defineForeignKey(className, key /** * Close database connection - * @param {Fucntion} cb The callback function. Optional. + * @param {Function} cb The callback function. Optional. */ DataSource.prototype.disconnect = function disconnect(cb) { var self = this;