Skip to content

Commit

Permalink
Merge pull request #770 from hyp3rflow/patch-1
Browse files Browse the repository at this point in the history
Fix minor typo in what-and-why
  • Loading branch information
davesnx authored Feb 6, 2025
2 parents 0c8e626 + da9c9af commit 3aabb81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/what-and-why.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ There's a clear distinction between the two environments, one runs JavaScript in

**Compile to JavaScript**

[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).
[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).

**Compile to Native**

Expand Down

0 comments on commit 3aabb81

Please sign in to comment.