Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite10a027

Browse files
Fix README typo under Request Config (#3825)
Co-authored-by: Jay <jasonsaayman@gmail.com>
1 parente091491 commite10a027

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,8 +465,8 @@ These are the available config options for making requests. Only the `url` is re
465465
// `false` - throw SyntaxError if JSON parsing failed (Note: responseType must be set to 'json')
466466
silentJSONParsing:true,// default value for the current Axios version
467467

468-
// try to parse the response string as JSON even if `resposeType` is not 'json'
469-
forcedJSONParsing:true,
468+
// try to parse the response string as JSON even if `responseType` is not 'json'
469+
forcedJSONParsing:true;
470470

471471
// throw ETIMEDOUT error instead of generic ECONNABORTED on request timeouts
472472
clarifyTimeoutError:false,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2026 Movatter.jp