Corrected grammar mistake and made small wording change

As suggested by @KoniKodes, I changed the "a" to "an"  in the first sentence to correct the grammatical error.  Also, removed the "with JSX," and from the second sentence and started the sentence with "It".
pull/18188/head
Randell Dawson 2018-07-09 11:27:37 -07:00 committed by Mrugesh Mohapatra
parent fc4ae129b4
commit eda96e7cad
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ superBlock: Front End Libraries
---
## Introduction to the React Challenges
React, popularized by Facebook, is a open-source JavaScript library for building user interfaces. With JSX, it is used to create components, handle state and props, utilize event listeners and certain life cycle methods to update data as it changes.
React, popularized by Facebook, is an open-source JavaScript library for building user interfaces. It is used to create components, handle state and props, utilize event listeners and certain life cycle methods to update data as it changes.
React combines HTML with JavaScript functionality to create its own markup language, JSX. This section will introduce you to all of these concepts and how to implement them for use with your own projects.