From 3f695e4ebd02a0eb81df9d81c83dfcad7c8481bb Mon Sep 17 00:00:00 2001 From: Heather Date: Mon, 22 Oct 2018 14:41:36 -0700 Subject: [PATCH] Fixed typo: "date" to "data" (#21905) --- 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 d5bdc1c3f2..095c6045ae 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 date passed into the component. They are immutable (read-only). +Props (short for properties) are the data passed into the component. They are immutable (read-only).