Skip to content

Commit e5cc9ee

Browse files
committed
typo
1 parent 5085eeb commit e5cc9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

context.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type Context struct {
1717
// Request is the same as the *http.Request that all handlers receive
1818
// and is referenced in Context for convenience.
1919
Request *http.Request
20-
// ReponseWriter is the same as the http.ResponseWriter that all handlers
20+
// ResponseWriter is the same as the http.ResponseWriter that all handlers
2121
// receive and is referenced in Context for convenience.
2222
ResponseWriter http.ResponseWriter
2323
state map[string]interface{}

0 commit comments

Comments
 (0)