Skip to content

Commit

Permalink
🐛Fix request finally documentation in README (axios#2189)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-tokyo authored and genie-youn committed Sep 27, 2019
1 parent 2a86611 commit 5a1ce93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ axios.get('/user', {
.catch(function (error) {
console.log(error);
})
.then(function () {
.finally(function () {
// always executed
});

Expand Down

0 comments on commit 5a1ce93

Please sign in to comment.