2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

🐛Fix request finally documentation in README (#2189)

This commit is contained in:
Ahmed Tarek
2019-09-13 15:19:43 +02:00
committed by Felipe Martins
parent 1b07fb9365
commit d74385f1c8
+1 -1
View File
@@ -97,7 +97,7 @@ axios.get('/user', {
.catch(function (error) {
console.log(error);
})
.then(function () {
.finally(function () {
// always executed
});