Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in middleware #1714

Merged
merged 1 commit into from Jan 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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