✏️ Fix: typo in ctx.md (#2516)

Fix: typo in ctx.md
pull/2520/head
W. Xiaoyun 2023-06-23 17:44:52 +08:00 committed by GitHub
parent 85bd155bee
commit 040aac94c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1718,7 +1718,7 @@ app.Get("/", func(c *fiber.Ctx) error {
## SetParserDecoder
Allow you to config BodyParser/QueryParser decoder, base on schema's options, providing possibility to add custom type for pausing.
Allow you to config BodyParser/QueryParser decoder, base on schema's options, providing possibility to add custom type for parsing.
```go title="Signature"
func SetParserDecoder(parserConfig fiber.ParserConfig{