Skip to content

Commit 54c1943

Browse files
committed
fix: Fix typo
1 parent 8ae24af commit 54c1943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/middleware/request_id.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func NewRequestIDMiddleware() RequestIDMiddleware {
2323
}
2424

2525
// Handler implements the middlewares.Handlerer interface. Returns an
26-
// http.Hanlder to inject the RequestID.
26+
// http.Handler to inject the RequestID.
2727
func (rm RequestIDMiddleware) Handler(next http.Handler) http.Handler {
2828
return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
2929
requestID := r.Header.Get(RequestIDHeader)

0 commit comments

Comments
 (0)