Skip to content

Commit 3aabb81

Browse files
authored
Merge pull request #770 from hyp3rflow/patch-1
Fix minor typo in what-and-why
2 parents 0c8e626 + da9c9af commit 3aabb81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/what-and-why.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ There's a clear distinction between the two environments, one runs JavaScript in
5151

5252
**Compile to JavaScript**
5353

54-
[Melange](compiling-to-js-with-melange.md) is a backend for the OCaml compiler that emits JavaScript. Melange strives to provide the best integration with both the OCaml and JavaScript ecosystems. It is the recommended way to compile Reason to JavaScript, since it compiles 1 module to 1 file, has a very good interop with JavaScript and integrates well with modern frontend development tooling. Take a closer look at our page [Compiling to JavaSCript with Melange](compiling-to-js-with-melange.md).
54+
[Melange](compiling-to-js-with-melange.md) is a backend for the OCaml compiler that emits JavaScript. Melange strives to provide the best integration with both the OCaml and JavaScript ecosystems. It is the recommended way to compile Reason to JavaScript, since it compiles 1 module to 1 file, has a very good interop with JavaScript and integrates well with modern frontend development tooling. Take a closer look at our page [Compiling to JavaScript with Melange](compiling-to-js-with-melange.md).
5555

5656
**Compile to Native**
5757

0 commit comments

Comments
 (0)