Skip to content

Commit 94e8d1b

Browse files
committed
improve what and why
1 parent de1b7e6 commit 94e8d1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/what-and-why.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ title: What & Why
44

55
# Overview
66

7-
Reason is a user-friendly programming language built on the robust type system of [OCaml](http://ocaml.org), providing a comfortable transition for developers familiar with JavaScript or C-family languages.
7+
Reason is a user-friendly programming language built on [OCaml](http://ocaml.org)'s robust type system, making it a comfortable choice for developers familiar with JavaScript or C-family languages.
88

9-
Not only uses the type-system, but also integrates seamlessly with the reliable OCaml ecosystem, with access to all the tools from OCaml, such as: Language Server, the defacto build system [dune](https://dune.build), and the package manager [opam](https://opam.ocaml.org).
9+
Not only does Reason leverage the OCaml type system, but it also seamlessly integrates with its reliable ecosystem, providing access to all the tools of OCaml, including the Language Server, the de facto build system [dune](https://dune.build), and the package manager [opam](https://opam.ocaml.org).
1010

1111
Notably versatile, Reason serves as an excellent choice for a range of applications, particularly excelling in web development. Its adaptability extends to the creation of visually appealing UIs for browsers, aided by its capability to compile to native, bytecode, and JavaScript, with plans for WebAssembly support.
1212

@@ -61,7 +61,7 @@ Native means using the OCaml compiler to produce native executables that can run
6161

6262
## Where do I start?
6363

64-
The [getting started](getting-started.md) page will set you up
64+
The [getting started](getting-started.md) page will set you up.
6565

6666
## Alternatives
6767

0 commit comments

Comments
 (0)