From 33c5a1a63167b0650f39964a798810ba6ec4f3e2 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Fri, 13 Aug 2021 07:55:00 -0500 Subject: [PATCH] Fix README typo under Request Config (#3825) Co-authored-by: Jay --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 627fcf84f0..2971f74d02 100755 --- a/README.md +++ b/README.md @@ -465,8 +465,8 @@ These are the available config options for making requests. Only the `url` is re // `false` - throw SyntaxError if JSON parsing failed (Note: responseType must be set to 'json') silentJSONParsing: true, // default value for the current Axios version - // try to parse the response string as JSON even if `resposeType` is not 'json' - forcedJSONParsing: true, + // try to parse the response string as JSON even if `responseType` is not 'json' + forcedJSONParsing: true; // throw ETIMEDOUT error instead of generic ECONNABORTED on request timeouts clarifyTimeoutError: false,