Skip to content

Commit

Permalink
Update README.md (#4649)
Browse files Browse the repository at this point in the history
Fix grammar

Co-authored-by: Jay <jasonsaayman@gmail.com>
  • Loading branch information
danmooney and jasonsaayman committed May 3, 2022
1 parent 205bd0f commit 8fb0f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit 8fb0f26

Please sign in to comment.