Skip to content

Commit 50ba7b9

Browse files
authored
Merge pull request #452 from cmdumar/patch-1
Correct spelling and grammar mistakes
2 parents b550c43 + 8cac42f commit 50ba7b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/docs/react/latest/introduction.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ canonical: "/docs/react/latest/introduction"
66

77
# ReScript & React
88

9-
ReScript offers first class bindings for [ReactJS](https://reactjs.org) and are designed and built by people using ReScript and React in large mission critical React codebases. The bindings are compatible with modern React versions (>= v16.8).
9+
ReScript offers first class bindings for [ReactJS](https://reactjs.org) and is designed and built by people using ReScript and React in large mission critical React codebases. The bindings are compatible with modern React versions (>= v16.8).
1010

11-
The ReScript philosophy is to compile as closely to idiomatic JS code as possible; in case of ReactJS we made no exception, so it's not only easy to transfer all the React knowledge to the ReScript platform, but also straightorward to integrate with existing ReactJS codebases and libraries.
11+
The ReScript philosophy is to compile as closely to idiomatic JS code as possible; in the case of ReactJS, we made no exception, so it's not only easy to transfer all the React knowledge to the ReScript platform, but also straightforward to integrate with existing ReactJS codebases and libraries.
1212

13-
All our documentated examples can be compiled in our [ReScript Playground](/try) as well.
13+
All our documented examples can be compiled in our [ReScript Playground](/try) as well.
1414

1515
## Feature Overview
1616

0 commit comments

Comments
 (0)