This commit is contained in:
John Crepezzi 2017-06-26 12:11:19 -04:00 committed by GitHub
parent 4599203bdf
commit 87b1c76aaf
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ var DictionaryGenerator = function(options) {
//Options
if (!options)
return done(Error('No options passed to generator'));
if(!options.path)
if (!options.path)
return done(Error('No dictionary path specified in options'));
//Load dictionary