From ad96c3b71e5b21ac16f0fb17989f210c9a95aad1 Mon Sep 17 00:00:00 2001 From: CL Mason Date: Mon, 11 Feb 2019 17:42:12 -0600 Subject: [PATCH] fixed(guide): grammar flow issue (#29100) * fixed(guide): grammar flow issue Grammar flow issue in opening paragraph * fix: corrected sentence structure --- guide/english/react/what-are-react-props/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/react/what-are-react-props/index.md b/guide/english/react/what-are-react-props/index.md index f1c7178d80..f228d78845 100644 --- a/guide/english/react/what-are-react-props/index.md +++ b/guide/english/react/what-are-react-props/index.md @@ -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