fix: update react props guide article (#25837)

Fix typo and improve the definition of props
pull/22633/head^2
Karthik Rao 2018-11-21 22:35:12 +05:30 committed by Aditya
parent c7175946bc
commit e4ae577cd9
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
title: Props
---
### What are the props?
Props (short for properties) are the data passed into the component. They are immutable (read-only).
Props (short for properties) are the data or functions passed into a component. They are immutable (read-only).