From 8fb0f2689d2570a07934f4e46dd3084d296d3c2d Mon Sep 17 00:00:00 2001 From: Dan Mooney Date: Tue, 3 May 2022 12:40:15 -0400 Subject: [PATCH] Update README.md (#4649) Fix grammar Co-authored-by: Jay --- 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