1
0
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:
Nick Smith 2022-01-14 22:31:44 -05:00 committed by GitHub
parent 6f34de511e
commit 1b00264385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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)