8000
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 0fc7248 commit c2714f0Copy full SHA for c2714f0
README.md
@@ -466,7 +466,7 @@ These are the available config options for making requests. Only the `url` is re
466
silentJSONParsing: true, // default value for the current Axios version
467
468
// try to parse the response string as JSON even if `responseType` is not 'json'
469
- forcedJSONParsing: true;
+ forcedJSONParsing: true,
470
471
// throw ETIMEDOUT error instead of generic ECONNABORTED on request timeouts
472
clarifyTimeoutError: false,
0 commit comments