From 087fe7ed38b7b37a809f1f79941ac09dd92e05b5 Mon Sep 17 00:00:00 2001 From: Nathan Lincoln Date: Wed, 2 Jun 2021 14:02:59 -0500 Subject: [PATCH] Fix incorrect TS type in comment --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 006802f..53cbb52 100644 --- a/lib/index.js +++ b/lib/index.js @@ -131,7 +131,7 @@ class ConfigLoader extends PatternEventEmitter { * @example * const loader = gofigure({locations: ["path/to/config_dir"]}) * - * @param options {{location: String|String}} + * @param options {{locations: String|String}} * @param options.locations locations to load files from * @param [options.environment=process.env.NODE_ENV] the environment to use when loading configurations * @param [options.nodeType=process.env.NODE_TYPE] the node type to use when loading configurations