Skip to content

Commit

Permalink
fix spelling in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
tellnes committed May 24, 2012
1 parent 87b0dd0 commit 83440f9
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 83440f9

Please sign in to comment.