From 6e667d657154bb9d158bab44dca1023537a18f13 Mon Sep 17 00:00:00 2001 From: ItsMeSamey Date: Fri, 22 Nov 2024 16:42:10 +0530 Subject: [PATCH] fixed a typo --- binder/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binder/README.md b/binder/README.md index f317f8b3a3..4b4613f77f 100644 --- a/binder/README.md +++ b/binder/README.md @@ -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()`.