documentation fix

This commit is contained in:
Alex 2014-08-07 10:12:35 -04:00
parent bc233e83d3
commit 1ae0167b7c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ var path = require('path');
var ConfigLoader = exports;
/**
* Load application config from `app.json` and friends.
* Load application config from `config.json` and friends.
* @param {String} rootDir Directory where to look for files.
* @param {String} env Environment, usually `process.env.NODE_ENV`
* @returns {Object}