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. 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. 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. 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. 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.