mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-21 23:33:18 +00:00
Fix typos in middleware (#1714)
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
6f34de511e
commit
1b00264385
@ -105,7 +105,7 @@ type Config struct {
|
||||
// Optional. Default: 500 * time.Millisecond
|
||||
TimeInterval time.Duration
|
||||
|
||||
// Output is a writter where logs are written
|
||||
// Output is a writer where logs are written
|
||||
//
|
||||
// Default: os.Stderr
|
||||
Output io.Writer
|
||||
|
@ -36,7 +36,7 @@ type Config struct {
|
||||
// Optional. Default: 500 * time.Millisecond
|
||||
TimeInterval time.Duration
|
||||
|
||||
// Output is a writter where logs are written
|
||||
// Output is a writer where logs are written
|
||||
//
|
||||
// Default: os.Stdout
|
||||
Output io.Writer
|
||||
|
@ -1,5 +1,5 @@
|
||||
# RequestID
|
||||
RequestID middleware for [Fiber](https://github.com/gofiber/fiber) that adds an indentifier to the response.
|
||||
RequestID middleware for [Fiber](https://github.com/gofiber/fiber) that adds an identifier to the response.
|
||||
|
||||
### Table of Contents
|
||||
- [Signatures](#signatures)
|
||||
|
Loading…
x
Reference in New Issue
Block a user