From 8cac42f1a59debb213b9240c47be35f06615dff4 Mon Sep 17 00:00:00 2001 From: Muhammad Umar Date: Wed, 6 Oct 2021 19:49:30 +0530 Subject: [PATCH] Correct spelling and grammar mistakes --- pages/docs/react/latest/introduction.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/docs/react/latest/introduction.mdx b/pages/docs/react/latest/introduction.mdx index f54b1a1bf..fc8512230 100644 --- a/pages/docs/react/latest/introduction.mdx +++ b/pages/docs/react/latest/introduction.mdx @@ -6,11 +6,11 @@ canonical: "/docs/react/latest/introduction" # ReScript & React -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). +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). -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. +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. -All our documentated examples can be compiled in our [ReScript Playground](/try) as well. +All our documented examples can be compiled in our [ReScript Playground](/try) as well. ## Feature Overview