From 1b002643857b4eaab742e69e4a8e9b636a9099b4 Mon Sep 17 00:00:00 2001 From: Nick Smith Date: Fri, 14 Jan 2022 22:31:44 -0500 Subject: [PATCH] Fix typos in middleware (#1714) Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> --- middleware/logger/README.md | 2 +- middleware/logger/config.go | 2 +- middleware/requestid/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/middleware/logger/README.md b/middleware/logger/README.md index 0ce18dd215..63c1530fda 100644 --- a/middleware/logger/README.md +++ b/middleware/logger/README.md @@ -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 diff --git a/middleware/logger/config.go b/middleware/logger/config.go index dd9febb244..08c5ad51d9 100644 --- a/middleware/logger/config.go +++ b/middleware/logger/config.go @@ -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 diff --git a/middleware/requestid/README.md b/middleware/requestid/README.md index 13f5f053f8..91019d95a3 100644 --- a/middleware/requestid/README.md +++ b/middleware/requestid/README.md @@ -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)