Skip to content

Commit 02c681e

Browse files
authored
Fix typo (v9)
1 parent cff22bf commit 02c681e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)