Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
efectn committed Jan 2, 2025
1 parent b9ec385 commit ec6375c
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 @@ -1506,7 +1506,7 @@ app.Get("/teapot", func(c fiber.Ctx) error {
Renders a view with data and sends a `text/html` response. By default, `Render` uses the default [**Go Template engine**](https://pkg.go.dev/html/template/). If you want to use another view engine, please take a look at our [**Template middleware**](https://docs.gofiber.io/template).
```go title="Signature"
func (c fiber.Ctx) Render(name string, bind Map, layouts ...string) error
func (c fiber.Ctx) Render(name string, bind any, layouts ...string) error
```
## Request
Expand Down

0 comments on commit ec6375c

Please sign in to comment.