Skip to content

Commit 7bc381b

Browse files
committed
Fix typo
1 parent 18420c2 commit 7bc381b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"strings"
66
)
77

8-
// Handler takes care of security for a given handler with the given security configuratioon
8+
// Handler takes care of security for a given handler with the given security configuration
99
func Handler(handler http.HandlerFunc, security *Config) http.HandlerFunc {
1010
return func(w http.ResponseWriter, r *http.Request) {
1111
usernameEntered, passwordEntered, ok := r.BasicAuth()

0 commit comments

Comments
 (0)