Fix comment typo

pull/10616/head
Chris Goller 2016-10-19 17:58:18 -05:00
parent cdf24e109f
commit e8cc3a1bfd
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ func (c *CookieExtractor) Extract(r *http.Request) (string, error) {
return cookie.Value, nil
}
// BearerExtractor extracts the token the Authorization: Bearer header.
// BearerExtractor extracts the token from Authorization: Bearer header.
type BearerExtractor struct{}
// Extract returns the string following Authorization: Bearer