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,