mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-22 17:24:39 +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
|
// Optional. Default: 500 * time.Millisecond
|
||||||
TimeInterval time.Duration
|
TimeInterval time.Duration
|
||||||
|
|
||||||
// Output is a writter where logs are written
|
// Output is a writer where logs are written
|
||||||
//
|
//
|
||||||
// Default: os.Stderr
|
// Default: os.Stderr
|
||||||
Output io.Writer
|
Output io.Writer
|
||||||
|
@ -36,7 +36,7 @@ type Config struct {
|
|||||||
// Optional. Default: 500 * time.Millisecond
|
// Optional. Default: 500 * time.Millisecond
|
||||||
TimeInterval time.Duration
|
TimeInterval time.Duration
|
||||||
|
|
||||||
// Output is a writter where logs are written
|
// Output is a writer where logs are written
|
||||||
//
|
//
|
||||||
// Default: os.Stdout
|
// Default: os.Stdout
|
||||||
Output io.Writer
|
Output io.Writer
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# RequestID
|
# 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
|
### Table of Contents
|
||||||
- [Signatures](#signatures)
|
- [Signatures](#signatures)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user