fix(typo): spell error (#33)

This commit is contained in:
Fodesu
2026-02-10 19:38:22 +08:00
committed by GitHub
parent 6ac8874fa8
commit 4f422cc08a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ description = "Generate SQL code"
run = "sqlc generate"
[tasks.db-up]
description = "Intialize and Migrate Database"
description = "Initialize and Migrate Database"
run = "scripts/db-up.sh"
[tasks.db-down]