diff --git a/website/versioned_docs/version-0.62/tutorial.md b/website/versioned_docs/version-0.62/tutorial.md index 906d37d1075..72b8131576b 100644 --- a/website/versioned_docs/version-0.62/tutorial.md +++ b/website/versioned_docs/version-0.62/tutorial.md @@ -106,7 +106,7 @@ Unlike props [that are read-only](https://reactjs.org/docs/components-and-props. In a React component, the props are the variables that we pass from a parent component to a child component. Similarly, the state are also variables, with the difference that they are not passed as parameters, but rather that the component initializes and manages them internally. -#### There are differences between React and React Native to handle the state? +#### Are there differences between React and React Native to handle the state?  diff --git a/website/versioned_docs/version-0.63/tutorial.md b/website/versioned_docs/version-0.63/tutorial.md index 065a4f6fd22..e59d9daca67 100644 --- a/website/versioned_docs/version-0.63/tutorial.md +++ b/website/versioned_docs/version-0.63/tutorial.md @@ -106,7 +106,7 @@ Unlike props [that are read-only](https://reactjs.org/docs/components-and-props. In a React component, the props are the variables that we pass from a parent component to a child component. Similarly, the state are also variables, with the difference that they are not passed as parameters, but rather that the component initializes and manages them internally. -#### There are differences between React and React Native to handle the state? +#### Are there differences between React and React Native to handle the state?