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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user