From 59279374d9ca37f7744910a2ab416039fa6c1ca5 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Fri, 4 Jun 2021 20:23:26 -0500 Subject: [PATCH] Fix README typo under Request Config --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39984d4957..f0e6cd2638 100755 --- a/README.md +++ b/README.md @@ -465,7 +465,7 @@ 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' + // 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