Skip to content

Commit

Permalink
📝 docs: fix wrong JSON docs (#2554)
Browse files Browse the repository at this point in the history
  • Loading branch information
efectn authored Jul 26, 2023
1 parent 3e5743b commit e91b02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/ctx.md
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ app.Get("/", func(c *fiber.Ctx) error {
## JSON
Converts any **interface** or **string** to JSON using the [goccy/go-json](https://github.com/goccy/go-json) package.
Converts any **interface** or **string** to JSON using the [encoding/json](https://pkg.go.dev/encoding/json) package.
:::info
JSON also sets the content header to **application/json**.
Expand Down

0 comments on commit e91b02b

Please sign in to comment.