Skip to content

Commit 379c228

Browse files
authored
Merge pull request #128 from stephenramthun/master
Fix typo
2 parents ce7c9bc + 5c11d64 commit 379c228

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/docs/manual/latest/api/js.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It is meant as a zero-abstraction interop layer and directly exposes
1212
JavaScript functions as they are, even when their behavior should be considered unsafe
1313
(e.g. modifying an array in place using [Js.Array.push](js/array#push)).
1414

15-
Therefore, when a correpsonding module is available in the [Belt](belt) standard library,
15+
Therefore, when a corresponding module is available in the [Belt](belt) standard library,
1616
it is recommended to use the Belt version rather than the Js version.
1717
For example, you should prefer [Belt.Array](belt/array)
1818
to [Js.Array](js/array)

pages/docs/manual/v8.0.0/api/js.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It is meant as a zero-abstraction interop layer and directly exposes
1212
JavaScript functions as they are, even when their behavior should be considered unsafe
1313
(e.g. modifying an array in place using [Js.Array.push](./js/array#push)).
1414

15-
Therefore, when a correpsonding module is available in the [Belt](./belt) standard library,
15+
Therefore, when a corresponding module is available in the [Belt](./belt) standard library,
1616
it is recommended to use the Belt version rather than the Js version.
1717
For example, you should prefer [Belt.Array](./belt/array)
1818
to [Js.Array](./js/array)

0 commit comments

Comments
 (0)