Skip to content

Commit

Permalink
Update pipe.mdx to fix awkward grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed Mar 26, 2024
1 parent df3aaec commit cb6cb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/manual/latest/pipe.mdx
Expand Up @@ -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:

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

Expand Down

0 comments on commit cb6cb6d

Please sign in to comment.