From 414687118cb0ea94ead9ff667495eedf614dca1e Mon Sep 17 00:00:00 2001 From: Tony Dang Date: Mon, 26 Aug 2024 09:33:38 -0700 Subject: [PATCH] Fix typo in README Aautomatic -> Automatic --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5677c30..015ecf0 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ write new ones. * Request body encoding. Supports urlencoded and multipart forms, and JSON. See [`encode_body`]. - * Aautomatic response body decoding (via [`decode_body`] step.) + * Automatic response body decoding (via [`decode_body`] step.) * Encode params as query string (via [`put_params`] step.)