Skip to content

Commit 1fe3dbb

Browse files
author
benholloway
committed
minor fix to doctag
1 parent 984015e commit 1fe3dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config/defaults.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var instances = { };
88

99
/**
1010
* Retrieve a instance of the multiton for the given key
11-
* @param {string} key The key for the mulititon
11+
* @param {string} [key] The key for the multiton
1212
* @returns {{file: Function, defaults: Function, get: Function}}
1313
*/
1414
function getInstance(key) {

0 commit comments

Comments
 (0)