From dd45cdcd7851bd4b3a8b6919b0c9d7187ed88685 Mon Sep 17 00:00:00 2001 From: tteltrab Date: Sat, 29 Oct 2016 14:34:33 -0400 Subject: [PATCH] :bug: containts -> contains (#381) just a small typo fix --- lib/tasks/init.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.' };