From e8cc3a1bfd85dd2d8e8143a8a9d63dc941beeb6a Mon Sep 17 00:00:00 2001 From: Chris Goller Date: Wed, 19 Oct 2016 17:58:18 -0500 Subject: [PATCH] Fix comment typo --- handlers/auth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/auth.go b/handlers/auth.go index 6985a3f47a..1def98bd87 100644 --- a/handlers/auth.go +++ b/handlers/auth.go @@ -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