Skip to content

Commit f7023a4

Browse files
committed
Typo
1 parent a93c2d5 commit f7023a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/httpmw/authz.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
// usage as a system user in some cases, but not all cases. To avoid large
1313
// refactors, we use this middleware to temporarily set the context to a system.
1414
//
15-
// TODO: Refact the middleware functions to not require this.
15+
// TODO: Refactor the middleware functions to not require this.
1616
func AsAuthzSystem(mws ...func(http.Handler) http.Handler) func(http.Handler) http.Handler {
1717
chain := chi.Chain(mws...)
1818
return func(next http.Handler) http.Handler {

0 commit comments

Comments
 (0)