We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ab40e4 commit 04d6fa5Copy full SHA for 04d6fa5
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