Skip to content

Commit

Permalink
Update ctx.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 authored Jun 19, 2023
1 parent 35ea74a commit 204b01a
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 @@ -1115,7 +1115,7 @@ app.Get("/", func(c *fiber.Ctx) error {
m := c.Queies()
m["filters.author.name"] // John
m["filters.category.name"] // Technology
})
})
```
```go title="Example"
Expand Down

0 comments on commit 204b01a

Please sign in to comment.