From 635a1f30da052532a89cdbd11fcc56efd75096c2 Mon Sep 17 00:00:00 2001 From: Henrikh Kantuni Date: Sat, 25 Jan 2025 01:55:08 -0500 Subject: [PATCH 1/5] 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 2/5] 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 3/5] 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 4/5] 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 5/5] 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.