Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatolyUss committed Sep 11, 2017
1 parent 52b03ae commit 22c6c14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extra_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
],
Expand Down
2 changes: 1 addition & 1 deletion src/BootProcessor.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ module.exports = self => {
+ '\n\t\\| \\/ /_|/______/'
+ '\n\n\tNMIG - the database migration tool'
+ '\n\tCopyright (C) 2016 - present, Anatoly Khaytovich <[email protected]>\n\n'
+ '\t--[boot] Configuration has being just loaded.'
+ '\t--[boot] Configuration has been just loaded.'
+ message;

console.log(logo);
Expand Down

0 comments on commit 22c6c14

Please sign in to comment.