mirror of https://github.com/gofiber/fiber.git
Fix typos
parent
435f8126be
commit
4d82b053ee
|
@ -139,7 +139,7 @@ app.Get("/", func(c *fiber.Ctx) {
|
|||
```
|
||||
|
||||
#### Cookies
|
||||
Get and set cookies
|
||||
Get cookies
|
||||
```go
|
||||
// Function signature
|
||||
c.Cookies() string
|
||||
|
|
Loading…
Reference in New Issue