diff --git a/client/src/pages/guide/english/react/component/index.md b/client/src/pages/guide/english/react/component/index.md index a40b967eb4..fd58a3517c 100644 --- a/client/src/pages/guide/english/react/component/index.md +++ b/client/src/pages/guide/english/react/component/index.md @@ -19,7 +19,7 @@ ReactDOM.render( ``` -```name="Faisal Arkan"``` will give value into ```{props.name}``` from ```function Welcome(props)``` and returning component that has given value by ```name="Faisal Arkan"```, After that react will render element into html. +The value ```name="Faisal Arkan"``` will be assigned to ```{props.name}``` from ```function Welcome(props)``` and returns a component ```