Skip to content

Commit 33be580

Browse files
committed
fix minor typo in docs
1 parent d22ae1a commit 33be580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func (f FuncRespHandler) Handle(resp *http.Response, ctx *ProxyCtx) *http.Respon
4242
// connection with the destination the client wished to connect to, and would
4343
// send back and forth all messages from the server to the client and vice versa.
4444
// The request and responses sent in this Man In the Middle channel are filtered
45-
// through th eusual flow (request and response filtered through the ReqHanlders
45+
// through the usual flow (request and response filtered through the ReqHandlers
4646
// and RespHandlers)
4747
type HttpsHandler interface {
4848
HandleConnect(req string, ctx *ProxyCtx) (*ConnectAction, string)

0 commit comments

Comments
 (0)