From 22c6c147e7c5145d02256ca3a9cf80de170e5f03 Mon Sep 17 00:00:00 2001 From: AnatolyUss Date: Mon, 11 Sep 2017 23:28:27 +0300 Subject: [PATCH] Fixed a typo --- extra_config.json | 2 +- src/BootProcessor.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extra_config.json b/extra_config.json index 19e0cb5e..f120d163 100644 --- a/extra_config.json +++ b/extra_config.json @@ -65,7 +65,7 @@ "Following lines are an example of expected foreign keys format.", "Feel free to modify them.", "Note, if one of the following: 'column_name', 'referenced_table_name', 'referenced_column_name'", - "has being renamed, then a new name must be used.", + "has been renamed, then a new name must be used.", "Note, possible values for 'update_rule' and 'delete_rule' are 'restrict' or 'cascade'.", "If you don't need to create foreign keys 'on the fly', then remove the 'foreign_keys' section." ], diff --git a/src/BootProcessor.js b/src/BootProcessor.js index 0057d388..dbdda2ff 100644 --- a/src/BootProcessor.js +++ b/src/BootProcessor.js @@ -62,7 +62,7 @@ module.exports = self => { + '\n\t\\| \\/ /_|/______/' + '\n\n\tNMIG - the database migration tool' + '\n\tCopyright (C) 2016 - present, Anatoly Khaytovich \n\n' - + '\t--[boot] Configuration has being just loaded.' + + '\t--[boot] Configuration has been just loaded.' + message; console.log(logo);