Skip to content

Commit

Permalink
Merge pull request C2FO#25 from NLincoln/fix-ts-comment
Browse files Browse the repository at this point in the history
Fix incorrect TS type in comment
  • Loading branch information
TechnotronicOz committed Jun 2, 2021
2 parents ce82019 + 087fe7e commit 826c708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Expand Up @@ -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
Expand Down

0 comments on commit 826c708

Please sign in to comment.