Skip to content

Commit

Permalink
docs: fix typo (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
stensonb authored Apr 23, 2021
1 parent e444059 commit eda83f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/request_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ func (d *RequestHandler) HandleRequest(r *http.Request, rl *rule.Rule) (session
return session, nil
}

// InitializeAuthnSession reates an authentication session and initializes it with a Match context if possible
// InitializeAuthnSession creates an authentication session and initializes it with a Match context if possible
func (d *RequestHandler) InitializeAuthnSession(r *http.Request, rl *rule.Rule) *authn.AuthenticationSession {

session := &authn.AuthenticationSession{
Expand Down

0 comments on commit eda83f1

Please sign in to comment.