We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 983d85a + 04d6fa5 commit 09b3345Copy full SHA for 09b3345
1 file changed
defaults/responder.go
@@ -17,7 +17,7 @@ func NewResponder(renderer authboss.Renderer) *Responder {
17
return &Responder{Renderer: renderer}
18
}
19
20
-// Respond to an HTTP request. It's main job is to merge data that comes in from
+// Respond to an HTTP request. Its main job is to merge data that comes in from
21
// various middlewares via the context with the data sent by the controller and
22
// render that.
23
func (r *Responder) Respond(w http.ResponseWriter, req *http.Request, code int, page string, data authboss.HTMLData) error {
0 commit comments