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

Update README.md (#4649)

Fix grammar

Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
Dan Mooney
2022-05-03 12:40:15 -04:00
committed by GitHub
parent 205bd0f01d
commit 8fb0f2689d
+1 -1
View File
@@ -674,7 +674,7 @@ and when the response was fulfilled
- then each interceptor is executed
- then they are executed in the order they were added
- then only the last interceptor's result is returned
- then every interceptor receives the result of it's predecessor
- then every interceptor receives the result of its predecessor
- and when the fulfillment-interceptor throws
- then the following fulfillment-interceptor is not called
- then the following rejection-interceptor is called