Skip to content

Commit d323f48

Browse files
committed
Fix typo
1 parent d1aa829 commit d323f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Workflow:
1818

1919
* URL path construction, with simple string interpolation provided by [`go-interpol`](https://github.com/imkira/go-interpol) package.
2020
* URL query parameters (encoding using [`go-querystring`](https://github.com/google/go-querystring) package).
21-
* Headers, cookies, payload: JSON, urlencoded or multipart forms (encoding using [`form`](https://github.com/ajg/form) package), plain text.
21+
* Headers, cookies, payload: JSON, urlencoded or multipart forms (encoding using [`form`](https://github.com/ajg/form) package), plain text.
2222
* Custom reusable [request builders](#reusable-builders) and [request transformers](#request-transformers).
2323

2424
##### Response assertions

0 commit comments

Comments
 (0)