Skip to content

Commit 6f14945

Browse files
committed
Trivial
1 parent f74440e commit 6f14945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machines/destroy-manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
manager: {
1313
friendlyName: 'Manager',
1414
description: 'The connection manager instance to destroy.',
15-
extendedDescription: 'Only managers built using the `createManager()` method of this driver are supported. Also, the database connection manager instance provided must not have been destroyed--i.e. once `destroyManager()` is called on a manager, it cannot be destroyed again (also note that all existing connections become inactive).',
15+
extendedDescription: 'Only managers built using the `createManager()` method of this driver are supported. Also, the database connection manager instance provided must not have already been destroyed--i.e. once `destroyManager()` is called on a manager, it cannot be destroyed again (also note that all existing connections become inactive).',
1616
example: '===',
1717
required: true
1818
},

0 commit comments

Comments
 (0)