From 85f27e2906f23d08e98f1e68d36c87b933ba2e8e Mon Sep 17 00:00:00 2001 From: Kennedy Mwendwa <99965267+KennyMwendwaX@users.noreply.github.com> Date: Tue, 3 Dec 2024 21:23:57 +0300 Subject: [PATCH] fix: spelling error in comment: 'past' to 'paste' --- cmd/flags/frameworks.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/flags/frameworks.go b/cmd/flags/frameworks.go index 925a4a4c..d1d7b59b 100644 --- a/cmd/flags/frameworks.go +++ b/cmd/flags/frameworks.go @@ -8,7 +8,7 @@ import ( type Framework string // These are all the current frameworks 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 // AllowedProjectTypes slice too! const ( Chi Framework = "chi"