From cb6cb6d77a9e119f55a6d9101894afd8829f448a Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 26 Mar 2024 12:11:49 -0700 Subject: [PATCH] Update pipe.mdx to fix awkward grammar --- pages/docs/manual/latest/pipe.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/manual/latest/pipe.mdx b/pages/docs/manual/latest/pipe.mdx index e5dc22b75..32c45277a 100644 --- a/pages/docs/manual/latest/pipe.mdx +++ b/pages/docs/manual/latest/pipe.mdx @@ -87,7 +87,7 @@ asyncRequest() .send(); ``` -Assuming we don't need the chaining behavior above, we'd bind to each case this using [`@send`](/syntax-lookup#send-decorator) from the aforementioned binding API page: +Assuming we don't need the chaining behavior above, we'd bind to each case of this using [`@send`](/syntax-lookup#send-decorator) from the aforementioned binding API page: