Skip to content

Commit

Permalink
fix: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zekiahmetbayar committed Jan 12, 2024
1 parent 6bcff14 commit fdb18d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/database/postgres.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func initializePostgres() *gorm.DB {
Logger: logger.Default.LogMode(logger.Silent),
})
if err != nil {
log.Fatalf("plase set valid credentials for database connection")
log.Fatalf("please set valid credentials for database connection")
return nil
}

Expand Down

0 comments on commit fdb18d2

Please sign in to comment.