Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e091491 commit e10a027Copy full SHA for e10a027
README.md
@@ -465,8 +465,8 @@ These are the available config options for making requests. Only the `url` is re
465
// `false` - throw SyntaxError if JSON parsing failed (Note: responseType must be set to 'json')
466
silentJSONParsing: true, // default value for the current Axios version
467
468
- // try to parse the response string as JSON even if `resposeType` is not 'json'
469
- forcedJSONParsing: true,
+ // try to parse the response string as JSON even if `responseType` is not 'json'
+ forcedJSONParsing: true;
470
471
// throw ETIMEDOUT error instead of generic ECONNABORTED on request timeouts
472
clarifyTimeoutError: false,
0 commit comments