Skip to content

Commit

Permalink
Merge pull request #40 from tellnes/master
Browse files Browse the repository at this point in the history
[fix] Fix spelling in error message
  • Loading branch information
jfhbrook committed May 24, 2012
2 parents 87b0dd0 + 83440f9 commit 6b1b019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nconf/stores/file.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var fs = require('fs'),
//
var File = exports.File = function (options) {
if (!options || !options.file) {
throw new Error ('Missing required option `files`');
throw new Error ('Missing required option `file`');
}

Memory.call(this, options);
Expand Down

0 comments on commit 6b1b019

Please sign in to comment.