fixed(guide): grammar flow issue (#29100)

* fixed(guide): grammar flow issue

Grammar flow issue in opening paragraph

* fix: corrected sentence structure
This commit is contained in:
CL Mason
2019-02-11 17:42:12 -06:00
committed by Randell Dawson
parent 527c9cd28e
commit ad96c3b71e

View File

@ -3,7 +3,7 @@ title: React TypeChecking with PropTypes
---
## React PropTypes
These serve as a method of typechecking as an application tends go grow, with this a very big base of bugs tends to be corrected with the use of this feature.
These serve as a method of typechecking. As an application grows, it tends to gather a fair amount of bugs. Typechecking with PropTypes can prevent those.
## How to get PropTypes