Skip to content

Commit

Permalink
fix: spelling error in comment: 'past' to 'paste'
Browse files Browse the repository at this point in the history
  • Loading branch information
KennyMwendwaX authored Dec 4, 2024
1 parent 85f27e2 commit 581705a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/flags/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 581705a

Please sign in to comment.