Merge pull request #34 from cajoy/master

documentation fix
This commit is contained in:
Raymond Feng 2014-08-07 08:23:37 -07:00
commit 20ed867d79
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}