Skip to content

Commit 6bc33fa

Browse files
authored
Fix typo in the "Object Method" section (v8)
"to a JS objects" → "to JS objects"
1 parent f1fa193 commit 6bc33fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

104104
## Object Method
105105

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

108108
<CodeTab labels={["Reason (Old Syntax)", "ML (Older Syntax)", "JS Output"]}>
109109

0 commit comments

Comments
 (0)