Skip to content

Commit

Permalink
馃悰Fix request finally documentation in README (#2189)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-tokyo authored and felipewmartins committed Sep 13, 2019
1 parent 1b07fb9 commit d74385f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
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 d74385f

Please sign in to comment.