From 6081fefcd83be57ff7a982400b37025353dec430 Mon Sep 17 00:00:00 2001 From: Faraj Daoud Date: Mon, 10 Dec 2018 23:16:30 -0500 Subject: [PATCH] changed grammar (#27997) Updated Support section last line to read a little easier. --- guide/english/react/why-react/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/react/why-react/index.md b/guide/english/react/why-react/index.md index 454fe786ea..67ebbe07a1 100644 --- a/guide/english/react/why-react/index.md +++ b/guide/english/react/why-react/index.md @@ -20,7 +20,7 @@ Of the major frontend "frameworks" available, React has a relatively low barrier The tools and software commonly utilized with React are incredibly well maintained and supported and provide several different avenues of best practices to follow when developing web applications. Some of these tools include Redux, React-router, Thunk, and many others. There are also a number of development tools, such as a React and Redux Chrome extension, which helps with debugging your React applications. ### Support -React is created and maintained by the folks at Facebook and is used by individuals and companies all over the world in large volume. This means React is constantly improving and any problems you may have have probably already been asked on Stack Overflow. +React is created and maintained by the folks at Facebook and is used by individuals and companies all over the world in large volume. This means React is constantly improving and any problems you may experience are probably already solved on Stack Overflow. Other than the above, we can take our react knowledge to develop mobile native applications using react-native and also take our knowledge and expand it to VR using react-vr. Basically learning react opens us up to various other oppurtunities like using it for Web, VR, PWA(Progressive Web App) and many others