From d968a36f59be1ddd04e2564e46f048e73b3f08a8 Mon Sep 17 00:00:00 2001 From: ItsMeSamey Date: Fri, 22 Nov 2024 16:39:26 +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..d369e71fb4 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/WithouAutoHandling Normally, Fiber returns binder error directly. However; if you want to handle it automatically, you can prefer `WithAutoHandling()`.