Skip to content

Commit

Permalink
Merge pull request #829 from brettcannon/patch-3
Browse files Browse the repository at this point in the history
Update pipe.mdx to fix awkward grammar
  • Loading branch information
fhammerschmidt committed Mar 27, 2024
2 parents df3aaec + cb6cb6d commit d973070
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 d973070

Please sign in to comment.