From 46f3e0c7a7d0c365960314b9462a8bcdbbe481a7 Mon Sep 17 00:00:00 2001 From: "Zhimin YE (Rex)" Date: Thu, 18 Aug 2016 11:32:06 +0100 Subject: [PATCH] fix: #56 --- public/docs/ts/latest/guide/template-syntax.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/template-syntax.jade b/public/docs/ts/latest/guide/template-syntax.jade index af1a5f467c..d51f832350 100644 --- a/public/docs/ts/latest/guide/template-syntax.jade +++ b/public/docs/ts/latest/guide/template-syntax.jade @@ -1080,7 +1080,7 @@ code-example(format="nocode"). It has the "colspan" *attribute*, but interpolation and property binding can set only *properties*, not attributes. - 正如消息中所说,``元素没有`colspan` Attribute。 + 正如提示中所说,``元素没有`colspan`属性。 但是插值表达式和属性绑定只能设置*属性*,而不是Attribute。 We need attribute bindings to create and bind to such attributes.