From a56fe9f71ffab15f9e56c62da8235b17dc476f2e Mon Sep 17 00:00:00 2001 From: JNa0 Date: Tue, 7 Jul 2020 09:07:14 +0200 Subject: [PATCH] correction of typo l. 216: mangaging -> managing --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index c1c8b996407..1b201b110e8 100644 --- a/lib/index.js +++ b/lib/index.js @@ -213,7 +213,7 @@ Mongoose.prototype.get = Mongoose.prototype.set; /** * Creates a Connection instance. * - * Each `connection` instance maps to a single database. This method is helpful when mangaging multiple db connections. + * Each `connection` instance maps to a single database. This method is helpful when managing multiple db connections. * * * _Options passed take precedence over options included in connection strings._