Skip to content

Commit fc636af

Browse files
authored
Fix typo in the "Object Method" section (#965)
* Fix typo "is the primary ReScript features" → "is the primary ReScript feature" * Fix typo (v8) * Fix typo (v9) * Fix typo (v10) * Fix typo (v11) * Fix typo in the "Object Method" section (v8) "to a JS objects" → "to JS objects" * Fix typo (v12) * Fix typo (v11) * Fix typo (v10) * Fix typo (v9)
1 parent f1fa193 commit fc636af

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

+1-1
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

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

+1-1
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

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

+1-1
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

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

+1-1
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

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

+1-1
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)