Skip to content

Commit

Permalink
Minor grammar correction to tutorial.md (#2351)
Browse files Browse the repository at this point in the history
* Update tutorial.md

* Update tutorial.md for version-0.62
  • Loading branch information
Hen0k authored Nov 26, 2020
1 parent a180a40 commit 2f651e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.62/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.63/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

<div class="two-columns">

Expand Down

0 comments on commit 2f651e4

Please sign in to comment.