diff --git a/guide/english/react/components/index.md b/guide/english/react/components/index.md index b3f9bc476f..42c515c5b2 100644 --- a/guide/english/react/components/index.md +++ b/guide/english/react/components/index.md @@ -3,7 +3,7 @@ title: Components --- ## Components -Components are reusable in react.js. You can inject value into props as given below : +Components are the building blocks of React. They help you divide the functionality of the UI into several pieces which can be reused throughout the application. You can inject value into props as given below: ```jsx