From af777844809cf01c9fd70c007c14f1f6cee5b6bd Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Sat, 4 Jun 2016 19:43:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B9=E6=8D=AE=20[Joeylin]=20=E7=9A=84?= =?UTF-8?q?=E5=8F=8D=E9=A6=88=E6=84=8F=E8=A7=81=EF=BC=8C=E5=81=9A=E5=87=BA?= =?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 3871d186de..41256b825b 100644 --- a/public/docs/ts/latest/guide/user-input.jade +++ b/public/docs/ts/latest/guide/user-input.jade @@ -324,7 +324,7 @@ figure.image-display ### 保持模板中的语句简洁 We bound `(blur)` to *two* JavaScript statements. - 我们把`(blue)`事件绑定到了*两条*JavaScript语句。 + 我们把`(blur)`事件绑定到了*两条*JavaScript语句。 We like the first one, which calls `addHero`. We do not like the second one, which assigns an empty string to the input box value.