Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix README typo under Request Config (#3825)
Co-authored-by: Jay <jasonsaayman@gmail.com>
  • Loading branch information
ThatGuySam and jasonsaayman committed Aug 13, 2021
1 parent e091491 commit e10a027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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,
Expand Down

0 comments on commit e10a027

Please sign in to comment.