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

style: fix grammar

This commit is contained in:
Alexandre Pinel
2024-07-24 13:46:44 +03:00
parent 0ab40e4843
commit 04d6fa5aad

View File

@@ -17,7 +17,7 @@ func NewResponder(renderer authboss.Renderer) *Responder {
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
// render that.
func (r *Responder) Respond(w http.ResponseWriter, req *http.Request, code int, page string, data authboss.HTMLData) error {