diff --git a/lib/tasks/init.js b/lib/tasks/init.js index 02a46cba..616203d9 100644 --- a/lib/tasks/init.js +++ b/lib/tasks/init.js @@ -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.' };