We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 984015e commit 1fe3dbbCopy full SHA for 1fe3dbb
lib/config/defaults.js
@@ -8,7 +8,7 @@ var instances = { };
8
9
/**
10
* Retrieve a instance of the multiton for the given key
11
- * @param {string} key The key for the mulititon
+ * @param {string} [key] The key for the multiton
12
* @returns {{file: Function, defaults: Function, get: Function}}
13
*/
14
function getInstance(key) {
0 commit comments