Skip to content

Commit

Permalink
Fix typo in ForceGzip comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tmthrgd committed Mar 18, 2018
1 parent 2fb6089 commit 1b5c025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gzip.go
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ func ContentTypes(types []string) Option {
}
}

// ForceGzip makes the handler to always return a gzipped
// ForceGzip makes the handler always return a gzipped
// response and not consult the request's Accept-Encoding
// header.
//
Expand Down

0 comments on commit 1b5c025

Please sign in to comment.