Grammar fix (#23530)

This commit is contained in:
haftav
2018-10-30 11:57:18 -06:00
committed by Aditya
parent 29c9b2df28
commit 3857f32c5b

View File

@ -50,7 +50,7 @@ In the above example, `age` is the state of `Person` component.
## Props:
* Props are similar to method arguments. They are passed to a component where that component is used.
* Props is immutable. They are read-only.
* Props are immutable. They are read-only.
See the below example to get an idea of Props: