8000 [Updating] incorrect JSON syntax in README.md · axios/axios@c2714f0 · GitHub
[go: up one dir, main page]

Skip to content

Commit c2714f0

Browse files
committed
[Updating] incorrect JSON syntax in README.md
1 parent 0fc7248 commit c2714f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ These are the available config options for making requests. Only the `url` is re
466466
silentJSONParsing: true, // default value for the current Axios version
467467

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

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

0 commit comments

Comments
 (0)
0