From 581705ac054de770ef6ebe4cf2505d5f1fd5b202 Mon Sep 17 00:00:00 2001 From: Kennedy Mwendwa <99965267+KennyMwendwaX@users.noreply.github.com> Date: Wed, 4 Dec 2024 19:49:39 +0300 Subject: [PATCH] fix: spelling error in comment: 'past' to 'paste' --- cmd/flags/database.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"