Skip to content

Commit

Permalink
Update erros.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kehiy authored Aug 15, 2024
1 parent a573919 commit b333394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/erros.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ type InvalidEnvironmentError struct {
}

func (e InvalidEnvironmentError) Error() string {
return fmt.Sprintf("environment can be `dev` or `prod` not: %s", e.Environment)
return fmt.Sprintf("environment can be `dev` or `prod` not: %s", e.Environment)
}

0 comments on commit b333394

Please sign in to comment.