Skip to content

Commit

Permalink
Fix typo (#963)
Browse files Browse the repository at this point in the history
* Fix typo

"is the primary ReScript features" → "is the primary ReScript feature"

* Fix typo (v8)

* Fix typo (v9)

* Fix typo (v10)

* Fix typo (v11)
  • Loading branch information
kantuni authored Jan 27, 2025
1 parent 27eedd3 commit f1fa193
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pages/docs/manual/v10.0.0/external.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pages/docs/manual/v11.0.0/external.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pages/docs/manual/v12.0.0/external.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pages/docs/manual/v8.0.0/external.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pages/docs/manual/v9.0.0/external.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f1fa193

Please sign in to comment.