Skip to content

Commit 154857b

Browse files
authored
Fix typo (v9)
1 parent 8127e80 commit 154857b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

8585
## Object Method
8686

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

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

0 commit comments

Comments
 (0)