Skip to content

Commit 69ccb30

Browse files
authored
Fix typo (v11)
1 parent 6da888b commit 69ccb30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/manual/v11.0.0/bind-to-js-function.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ MyGame.draw(10, 20, undefined);
8282

8383
## Object Method
8484

85-
Functions attached to a JS objects (other than JS modules) require a special way of binding to them, using `send`:
85+
Functions attached to JS objects (other than JS modules) require a special way of binding to them, using `send`:
8686

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

0 commit comments

Comments
 (0)