Skip to content

Commit f1fa193

Browse files
authored
Fix typo (#963)
* Fix typo "is the primary ReScript features" → "is the primary ReScript feature" * Fix typo (v8) * Fix typo (v9) * Fix typo (v10) * Fix typo (v11)
1 parent 27eedd3 commit f1fa193

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

pages/docs/manual/v10.0.0/external.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ canonical: "/docs/manual/latest/external"
66

77
# External (Bind to Any JS Library)
88

9-
`external` is the primary ReScript features for bringing in and using JavaScript values.
9+
`external` is the primary ReScript feature for bringing in and using JavaScript values.
1010

1111
`external` is like a let binding, but:
1212
- The right side of `=` isn't a value; it's the name of the JS value you're referring to.

pages/docs/manual/v11.0.0/external.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ canonical: "/docs/manual/v11.0.0/external"
66

77
# External (Bind to Any JS Library)
88

9-
`external` is the primary ReScript features for bringing in and using JavaScript values.
9+
`external` is the primary ReScript feature for bringing in and using JavaScript values.
1010

1111
`external` is like a let binding, but:
1212
- The right side of `=` isn't a value; it's the name of the JS value you're referring to.

pages/docs/manual/v12.0.0/external.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ canonical: "/docs/manual/v12.0.0/external"
66

77
# External (Bind to Any JS Library)
88

9-
`external` is the primary ReScript features for bringing in and using JavaScript values.
9+
`external` is the primary ReScript feature for bringing in and using JavaScript values.
1010

1111
`external` is like a let binding, but:
1212
- The right side of `=` isn't a value; it's the name of the JS value you're referring to.

pages/docs/manual/v8.0.0/external.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ canonical: "/docs/manual/latest/external"
66

77
# External (Bind to Any JS Library)
88

9-
`external` is the primary ReScript features for bringing in and using JavaScript values.
9+
`external` is the primary ReScript feature for bringing in and using JavaScript values.
1010

1111
`external` is like a let binding, but:
1212
- The right side of `=` isn't a value; it's the name of the JS value you're referring to.

pages/docs/manual/v9.0.0/external.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ canonical: "/docs/manual/latest/external"
66

77
# External (Bind to Any JS Library)
88

9-
`external` is the primary ReScript features for bringing in and using JavaScript values.
9+
`external` is the primary ReScript feature for bringing in and using JavaScript values.
1010

1111
`external` is like a let binding, but:
1212
- The right side of `=` isn't a value; it's the name of the JS value you're referring to.

0 commit comments

Comments
 (0)