From c47c2cb1a6897749b7100e764afd1b207104b732 Mon Sep 17 00:00:00 2001 From: Dan Mooney Date: Wed, 27 Apr 2022 15:15:27 -0400 Subject: [PATCH] Update README.md Fix grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66906d85a3..94e321f31a 100755 --- a/README.md +++ b/README.md @@ -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