Skip to content

Commit 9bcdb56

Browse files
authored
Update ctx.md
1 parent 204b01a commit 9bcdb56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/ctx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1112,7 +1112,7 @@ app.Get("/", func(c *fiber.Ctx) error {
11121112
// GET /api/posts?filters.author.name=John&filters.category.name=Technology
11131113

11141114
app.Get("/", func(c *fiber.Ctx) error {
1115-
m := c.Queies()
1115+
m := c.Queries()
11161116
m["filters.author.name"] // John
11171117
m["filters.category.name"] // Technology
11181118
})

0 commit comments

Comments
 (0)