Skip to content

Commit

Permalink
Fix typos in middleware (#1714)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
clickthisnick and github-actions[bot] committed Jan 15, 2022
1 parent 6f34de5 commit 1b00264
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion middleware/logger/README.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion middleware/logger/config.go
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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)
Expand Down

0 comments on commit 1b00264

Please sign in to comment.