chore: fix some typos in comments (#6243)

This commit is contained in:
coderwander
2024-04-16 12:10:11 +08:00
committed by GitHub
parent 03e0a010d1
commit eafc875ea9
4 changed files with 4 additions and 4 deletions

View File

@ -334,7 +334,7 @@ func TestH2ToH1ChunkedResponse(t *testing.T) {
ProtoMinor: 0,
Header: make(http.Header),
}
// underlying transport will automaticlly add gzip
// underlying transport will automatically add gzip
// req.Header.Set("Accept-Encoding", "gzip")
go func() {
fmt.Fprint(w, expectedBody)