diff --git a/helpers/tdhttp/doc.go b/helpers/tdhttp/doc.go index a6a3893a..aba0e95a 100644 --- a/helpers/tdhttp/doc.go +++ b/helpers/tdhttp/doc.go @@ -27,7 +27,7 @@ // // ta.Get("/person/42", "Accept", "application/json"). // CmpStatus(http.StatusOK). -// CmpHeaders(td.ContainsKey("X-Custom-Header")). +// CmpHeader(td.ContainsKey("X-Custom-Header")). // CmpCookies(td.SuperBagOf(td.Struct(&http.Cookie{Name: "cookie_session"}, nil))). // CmpJSONBody(td.JSON(` // {