Skip to content

Commit 0e13c9b

Browse files
authored
Merge pull request #152 from einomi/patch-1
Fix typo
2 parents b261bfe + ad9671f commit 0e13c9b

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
@@ -368,7 +368,7 @@ For example, if you want the status code and status message of a unsuccessful AP
368368
meta: (action, state, res) => {
369369
if (res) {
370370
return {
371-
status: res.status
371+
status: res.status,
372372
statusText: res.statusText
373373
};
374374
} else {

0 commit comments

Comments
 (0)