Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsMeSamey committed Nov 22, 2024
1 parent 0b6b035 commit 6e667d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ app.Get("/", func(c fiber.Ctx) error {
// curl "http://localhost:3000/?name=john&pass=doe&products=shoe,hat"
```

### Behaviors of WithAutoHandling/WithAutoHandlingWithStatus
### Behaviors of WithAutoHandling/WithoutAutoHandling

Normally, Fiber returns binder error directly. However; if you want to handle it automatically, you can prefer `WithAutoHandling()`.

Expand Down

0 comments on commit 6e667d6

Please sign in to comment.