From 635a1f30da052532a89cdbd11fcc56efd75096c2 Mon Sep 17 00:00:00 2001 From: Henrikh Kantuni Date: Sat, 25 Jan 2025 01:55:08 -0500 Subject: [PATCH 01/10] Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "is the primary ReScript features" → "is the primary ReScript feature" --- pages/docs/manual/v12.0.0/external.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/manual/v12.0.0/external.mdx b/pages/docs/manual/v12.0.0/external.mdx index fd91010dd..829da3879 100644 --- a/pages/docs/manual/v12.0.0/external.mdx +++ b/pages/docs/manual/v12.0.0/external.mdx @@ -6,7 +6,7 @@ canonical: "/docs/manual/v12.0.0/external" # External (Bind to Any JS Library) -`external` is the primary ReScript features for bringing in and using JavaScript values. +`external` is the primary ReScript feature for bringing in and using JavaScript values. `external` is like a let binding, but: - The right side of `=` isn't a value; it's the name of the JS value you're referring to. From cff22bf2caad3fd127bf119470c4b77a5a7f7c05 Mon Sep 17 00:00:00 2001 From: Henrikh Kantuni Date: Sun, 26 Jan 2025 00:38:16 -0500 Subject: [PATCH 02/10] Fix typo (v8) --- pages/docs/manual/v8.0.0/external.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/manual/v8.0.0/external.mdx b/pages/docs/manual/v8.0.0/external.mdx index 32aa1b2e6..dea30c09c 100644 --- a/pages/docs/manual/v8.0.0/external.mdx +++ b/pages/docs/manual/v8.0.0/external.mdx @@ -6,7 +6,7 @@ canonical: "/docs/manual/latest/external" # External (Bind to Any JS Library) -`external` is the primary ReScript features for bringing in and using JavaScript values. +`external` is the primary ReScript feature for bringing in and using JavaScript values. `external` is like a let binding, but: - The right side of `=` isn't a value; it's the name of the JS value you're referring to. From 02c681e7b8f9d0b6d0dcafbd576c056df6bb806b Mon Sep 17 00:00:00 2001 From: Henrikh Kantuni Date: Sun, 26 Jan 2025 00:38:38 -0500 Subject: [PATCH 03/10] Fix typo (v9) --- pages/docs/manual/v9.0.0/external.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/manual/v9.0.0/external.mdx b/pages/docs/manual/v9.0.0/external.mdx index 11d9552c9..95cddbe3d 100644 --- a/pages/docs/manual/v9.0.0/external.mdx +++ b/pages/docs/manual/v9.0.0/external.mdx @@ -6,7 +6,7 @@ canonical: "/docs/manual/latest/external" # External (Bind to Any JS Library) -`external` is the primary ReScript features for bringing in and using JavaScript values. +`external` is the primary ReScript feature for bringing in and using JavaScript values. `external` is like a let binding, but: - The right side of `=` isn't a value; it's the name of the JS value you're referring to. From 5663782510e32e57789e9476d4acfb55795c0334 Mon Sep 17 00:00:00 2001 From: Henrikh Kantuni Date: Sun, 26 Jan 2025 00:38:52 -0500 Subject: [PATCH 04/10] Fix typo (v10) --- pages/docs/manual/v10.0.0/external.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/manual/v10.0.0/external.mdx b/pages/docs/manual/v10.0.0/external.mdx index e5999cc22..f0845d582 100644 --- a/pages/docs/manual/v10.0.0/external.mdx +++ b/pages/docs/manual/v10.0.0/external.mdx @@ -6,7 +6,7 @@ canonical: "/docs/manual/latest/external" # External (Bind to Any JS Library) -`external` is the primary ReScript features for bringing in and using JavaScript values. +`external` is the primary ReScript feature for bringing in and using JavaScript values. `external` is like a let binding, but: - The right side of `=` isn't a value; it's the name of the JS value you're referring to. From 7f14383ce8f954920064a0ed3e1075fdc3e30fdf Mon Sep 17 00:00:00 2001 From: Henrikh Kantuni Date: Sun, 26 Jan 2025 00:39:27 -0500 Subject: [PATCH 05/10] Fix typo (v11) --- pages/docs/manual/v11.0.0/external.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/manual/v11.0.0/external.mdx b/pages/docs/manual/v11.0.0/external.mdx index b4d3a89f9..f3cfaaa32 100644 --- a/pages/docs/manual/v11.0.0/external.mdx +++ b/pages/docs/manual/v11.0.0/external.mdx @@ -6,7 +6,7 @@ canonical: "/docs/manual/v11.0.0/external" # External (Bind to Any JS Library) -`external` is the primary ReScript features for bringing in and using JavaScript values. +`external` is the primary ReScript feature for bringing in and using JavaScript values. `external` is like a let binding, but: - The right side of `=` isn't a value; it's the name of the JS value you're referring to. From 6bc33fa661985a54032e0a6fa1d949e3a59d4009 Mon Sep 17 00:00:00 2001 From: Henrikh Kantuni Date: Mon, 27 Jan 2025 23:19:49 -0500 Subject: [PATCH 06/10] Fix typo in the "Object Method" section (v8) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "to a JS objects" → "to JS objects" --- pages/docs/manual/v8.0.0/bind-to-js-function.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/manual/v8.0.0/bind-to-js-function.mdx b/pages/docs/manual/v8.0.0/bind-to-js-function.mdx index 7b67f769d..3aed460ca 100644 --- a/pages/docs/manual/v8.0.0/bind-to-js-function.mdx +++ b/pages/docs/manual/v8.0.0/bind-to-js-function.mdx @@ -103,7 +103,7 @@ MyGame.draw(10, 20, undefined); ## Object Method -Functions attached to a JS objects (other than JS modules) require a special way of binding to them, using `bs.send`: +Functions attached to JS objects (other than JS modules) require a special way of binding to them, using `bs.send`: From 6da888b838f2e0bfa4a16b8f310c441893fcb419 Mon Sep 17 00:00:00 2001 From: Henrikh Kantuni Date: Mon, 27 Jan 2025 23:21:34 -0500 Subject: [PATCH 07/10] Fix typo (v12) --- pages/docs/manual/v12.0.0/bind-to-js-function.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/manual/v12.0.0/bind-to-js-function.mdx b/pages/docs/manual/v12.0.0/bind-to-js-function.mdx index 360ed48a0..1f0fe26a7 100644 --- a/pages/docs/manual/v12.0.0/bind-to-js-function.mdx +++ b/pages/docs/manual/v12.0.0/bind-to-js-function.mdx @@ -82,7 +82,7 @@ MyGame.draw(10, 20, undefined); ## Object Method -Functions attached to a JS objects (other than JS modules) require a special way of binding to them, using `send`: +Functions attached to JS objects (other than JS modules) require a special way of binding to them, using `send`: From 69ccb3077cdd35b77848d66a83d5085ee7c1d48c Mon Sep 17 00:00:00 2001 From: Henrikh Kantuni Date: Mon, 27 Jan 2025 23:21:52 -0500 Subject: [PATCH 08/10] Fix typo (v11) --- pages/docs/manual/v11.0.0/bind-to-js-function.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/manual/v11.0.0/bind-to-js-function.mdx b/pages/docs/manual/v11.0.0/bind-to-js-function.mdx index f893d693b..f29c8abd8 100644 --- a/pages/docs/manual/v11.0.0/bind-to-js-function.mdx +++ b/pages/docs/manual/v11.0.0/bind-to-js-function.mdx @@ -82,7 +82,7 @@ MyGame.draw(10, 20, undefined); ## Object Method -Functions attached to a JS objects (other than JS modules) require a special way of binding to them, using `send`: +Functions attached to JS objects (other than JS modules) require a special way of binding to them, using `send`: From 8127e80c227806427ffdb3a153cad8aa5e691507 Mon Sep 17 00:00:00 2001 From: Henrikh Kantuni Date: Mon, 27 Jan 2025 23:22:09 -0500 Subject: [PATCH 09/10] Fix typo (v10) --- pages/docs/manual/v10.0.0/bind-to-js-function.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/manual/v10.0.0/bind-to-js-function.mdx b/pages/docs/manual/v10.0.0/bind-to-js-function.mdx index 90a2ab899..891042463 100644 --- a/pages/docs/manual/v10.0.0/bind-to-js-function.mdx +++ b/pages/docs/manual/v10.0.0/bind-to-js-function.mdx @@ -84,7 +84,7 @@ MyGame.draw(10, 20, undefined); ## Object Method -Functions attached to a JS objects (other than JS modules) require a special way of binding to them, using `send`: +Functions attached to JS objects (other than JS modules) require a special way of binding to them, using `send`: From 154857b7111cf3ac3675791beaa9b992a8230977 Mon Sep 17 00:00:00 2001 From: Henrikh Kantuni Date: Mon, 27 Jan 2025 23:22:26 -0500 Subject: [PATCH 10/10] Fix typo (v9) --- pages/docs/manual/v9.0.0/bind-to-js-function.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/manual/v9.0.0/bind-to-js-function.mdx b/pages/docs/manual/v9.0.0/bind-to-js-function.mdx index a1ab78b21..303781bdf 100644 --- a/pages/docs/manual/v9.0.0/bind-to-js-function.mdx +++ b/pages/docs/manual/v9.0.0/bind-to-js-function.mdx @@ -84,7 +84,7 @@ MyGame.draw(10, 20, undefined); ## Object Method -Functions attached to a JS objects (other than JS modules) require a special way of binding to them, using `send`: +Functions attached to JS objects (other than JS modules) require a special way of binding to them, using `send`: