Skip to content

Commit 09b3345

Browse files
committed
Merge remote-tracking branch 'HaoLiHaiO/style/fix-grammar'
2 parents 983d85a + 04d6fa5 commit 09b3345

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

defaults/responder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func NewResponder(renderer authboss.Renderer) *Responder {
1717
return &Responder{Renderer: renderer}
1818
}
1919

20-
// Respond to an HTTP request. It's main job is to merge data that comes in from
20+
// Respond to an HTTP request. Its main job is to merge data that comes in from
2121
// various middlewares via the context with the data sent by the controller and
2222
// render that.
2323
func (r *Responder) Respond(w http.ResponseWriter, req *http.Request, code int, page string, data authboss.HTMLData) error {

0 commit comments

Comments
 (0)