From 5de821b813b7f009ca5ab43e2e57626c006775a4 Mon Sep 17 00:00:00 2001 From: eyelly Date: Tue, 26 Feb 2019 10:24:48 +0800 Subject: [PATCH] =?UTF-8?q?docs(guide):=20=E6=96=87=E5=AD=97=E8=A6=81?= =?UTF-8?q?=E5=8C=85=E5=9C=A8=20Text=20=E7=BB=84=E4=BB=B6=E9=87=8C?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/props.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/props.md b/docs/props.md index b03ab8356706..8868fd660fb3 100644 --- a/docs/props.md +++ b/docs/props.md @@ -38,7 +38,7 @@ const element = // welcome.js class Welcome extends Component { render () { - return Hello, {this.props.name} + return Hello, {this.props.name} } }