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: