diff --git a/docs/api/ctx.md b/docs/api/ctx.md index 4fcfe12d32..08b029ccf5 100644 --- a/docs/api/ctx.md +++ b/docs/api/ctx.md @@ -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"