Skip to content

Commit

Permalink
🐛 containts -> contains (#381)
Browse files Browse the repository at this point in the history
just a small typo fix
  • Loading branch information
tteltrab authored and sushantdhiman committed Oct 29, 2016
1 parent fcbe027 commit dd45cdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tasks/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ module.exports = {
var items = {
'config': 'A folder that contains the config files.',
'config/config.json': 'A file that contains the configuration for the ORM.',
'migrations': 'A folder that containts the migration files.',
'seeders': 'A folder that containts the seed files.',
'migrations': 'A folder that contains the migration files.',
'seeders': 'A folder that contains the seed files.',
'models': 'A folder that contains the model files.',
'models/index.js': 'A file that can be required to load all the models.'
};
Expand Down

0 comments on commit dd45cdc

Please sign in to comment.