Skip to content

Commit

Permalink
fix(model generator): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cueedee committed May 12, 2015
1 parent 9b21be8 commit fd98ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/model/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ var ModelGenerator = generators.Base.extend(
'singleton'
, {
type: Boolean
, desc: 'Specify wether this model should be a singleton (instance).'
, desc: 'Specify whether this model should be a singleton (instance).'
}
);
}
Expand Down

0 comments on commit fd98ad1

Please sign in to comment.