From 2eb54633845ce9f703f7ff0d73a1156bb4a63a9e Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Mon, 11 Jul 2016 13:13:01 +0800 Subject: [PATCH] =?UTF-8?q?=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/user-input.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/user-input.jade b/public/docs/ts/latest/guide/user-input.jade index 87bceb769d..abe7211679 100644 --- a/public/docs/ts/latest/guide/user-input.jade +++ b/public/docs/ts/latest/guide/user-input.jade @@ -158,7 +158,7 @@ figure.image-display The template is completely self contained. It doesn't bind to the component, and the component does nothing. - 这个模板完全是独立完整的。它不需要绑定到组件,即使绑定了,组件也不需要额外做什么。 + 这个模板完全是独立而完整的。它不需要绑定到组件,即使绑定了,组件也不需要额外做什么。 Type in the input box, and watch the display update with each keystroke. *Voila!*