Skip to content

Commit 49cd9eb

Browse files
committed
🧑‍🔧 Typo
1 parent 5e3ef6e commit 49cd9eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/en/docs/a6.error-handling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,11 +281,11 @@ func New(db *gorm.DB, v *validator.Validate) *chi.Mux {
281281
### 6. Update `cmd/api/main.go`
282282
283283
```go
284-
import validatorUil "myapp/util/validator"
284+
import validatorUtil "myapp/util/validator"
285285

286286
func main() {
287287
c := config.New()
288-
v := validatorUil.New()
288+
v := validatorUtil.New()
289289

290290
var logLevel gormlogger.LogLevel
291291
if c.DB.Debug {

0 commit comments

Comments
 (0)