Skip to content

Commit 6e667d6

Browse files
committed
fixed a typo
1 parent 0b6b035 commit 6e667d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binder/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ app.Get("/", func(c fiber.Ctx) error {
8383
// curl "http://localhost:3000/?name=john&pass=doe&products=shoe,hat"
8484
```
8585

86-
### Behaviors of WithAutoHandling/WithAutoHandlingWithStatus
86+
### Behaviors of WithAutoHandling/WithoutAutoHandling
8787

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

0 commit comments

Comments
 (0)