Skip to content

Commit 54bcca0

Browse files
committed
Remove extraneous blank line in documentation.
Eliminated an unnecessary blank line in the API context documentation for improved readability and formatting consistency. No functional changes were made to the content.
1 parent 0673cf7 commit 54bcca0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/api/ctx.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,6 @@ app.Get("/", func(c fiber.Ctx) error {
484484
})
485485
```
486486

487-
488487
## Format
489488

490489
Performs content-negotiation on the [Accept](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept) HTTP header. It uses [Accepts](ctx.md#accepts) to select a proper format from the supplied offers. A default handler can be provided by setting the `MediaType` to `"default"`. If no offers match and no default is provided, a 406 (Not Acceptable) response is sent. The Content-Type is automatically set when a handler is selected.

0 commit comments

Comments
 (0)