Fix spelling (#2451)

This commit is contained in:
John Bampton
2020-08-04 09:04:06 +10:00
committed by GitHub
parent c6d6df6d5a
commit cf8b583db4
3 changed files with 5 additions and 5 deletions

View File

@ -940,7 +940,7 @@ func TestContextRenderNoContentHTMLString(t *testing.T) {
assert.Equal(t, "text/html; charset=utf-8", w.Header().Get("Content-Type"))
}
// TestContextData tests that the response can be written from `bytesting`
// TestContextData tests that the response can be written from `bytestring`
// with specified MIME type
func TestContextRenderData(t *testing.T) {
w := httptest.NewRecorder()