From e4ae577cd9f0f93da8eec37af88a669c395f674d Mon Sep 17 00:00:00 2001 From: Karthik Rao Date: Wed, 21 Nov 2018 22:35:12 +0530 Subject: [PATCH] fix: update react props guide article (#25837) Fix typo and improve the definition of props --- guide/english/react/props/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/react/props/index.md b/guide/english/react/props/index.md index 095c6045ae..c8b2af06cf 100644 --- a/guide/english/react/props/index.md +++ b/guide/english/react/props/index.md @@ -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). \ No newline at end of file