Skip to content

Commit cb6cb6d

Browse files
authored
Update pipe.mdx to fix awkward grammar
1 parent df3aaec commit cb6cb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/manual/latest/pipe.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ asyncRequest()
8787
.send();
8888
```
8989

90-
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:
90+
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:
9191

9292
<CodeTab labels={["ReScript", "JS Output"]}>
9393

0 commit comments

Comments
 (0)