From 6452d10cbd1f281adddd7cfa86938aa8dc9f263e Mon Sep 17 00:00:00 2001 From: HenokT <39389971+Hen0k@users.noreply.github.com> Date: Thu, 26 Nov 2020 19:07:58 +0300 Subject: [PATCH] Update tutorial.md for version-0.62 --- website/versioned_docs/version-0.62/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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? ![image](https://user-images.githubusercontent.com/20761166/61405629-48270680-a8a8-11e9-906e-aa80d51e51e3.png)