From 09f861fd77586bd6c9a13cc93ca287f5841a43b8 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Thu, 14 Apr 2016 13:53:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E5=AD=97=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/ts/latest/guide/_data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/_data.json b/public/docs/ts/latest/guide/_data.json index db0b34710d..d74cc736e0 100644 --- a/public/docs/ts/latest/guide/_data.json +++ b/public/docs/ts/latest/guide/_data.json @@ -17,7 +17,7 @@ "displaying-data": { "title": "显示数据", - "intro": "通过插值表达式和其他形式的属性绑定把应用的数据显示到UI上。", + "intro": "利用插值表达式和其他形式的属性绑定机制,把数据显示到UI上。", "nextable": true, "basics": true },