1
0
mirror of https://github.com/volatiletech/authboss.git synced 2025-09-16 09:06:20 +02:00

Merge remote-tracking branch 'HaoLiHaiO/style/fix-grammar'

This commit is contained in:
Aaron L
2025-09-08 19:43:52 -07:00

View File

@@ -17,7 +17,7 @@ func NewResponder(renderer authboss.Renderer) *Responder {
return &Responder{Renderer: renderer} return &Responder{Renderer: renderer}
} }
// 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
// various middlewares via the context with the data sent by the controller and // various middlewares via the context with the data sent by the controller and
// render that. // render that.
func (r *Responder) Respond(w http.ResponseWriter, req *http.Request, code int, page string, data authboss.HTMLData) error { func (r *Responder) Respond(w http.ResponseWriter, req *http.Request, code int, page string, data authboss.HTMLData) error {