diff --git a/cmd/flags/database.go b/cmd/flags/database.go index 8f7e0741..83d2602b 100644 --- a/cmd/flags/database.go +++ b/cmd/flags/database.go @@ -8,7 +8,7 @@ import ( type Database string // These are all the current databases supported. If you want to add one, you -// can simply copy and past a line here. Do not forget to also add it into the +// can simply copy and paste a line here. Do not forget to also add it into the // AllowedDBDrivers slice too! const ( MySql Database = "mysql"