From e2892d1382c810aee0ae137ad55e2965768a9773 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Thu, 14 Jul 2016 10:41:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=A0=E6=AD=A3=E4=B8=80=E4=B8=AA=E7=BF=BB?= =?UTF-8?q?=E8=AF=91=E9=94=99=E8=AF=AF=EF=BC=8C=E6=9D=A5=E8=87=AAwudingli?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/ts/latest/quickstart.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/quickstart.jade b/public/docs/ts/latest/quickstart.jade index c63a61a8dc..f9028e1f65 100644 --- a/public/docs/ts/latest/quickstart.jade +++ b/public/docs/ts/latest/quickstart.jade @@ -404,7 +404,7 @@ p. **@** symbol and invoking it with a metadata object, just above the class. `Component`是一个*装饰器函数*,它接受一个*元数据对象*作为参数。 - 通过给这个函数加上**@**前缀,并使用metadata对象调用它,可以把这个函数加到组件类上,比如上面这个类。 + 通过给这个函数加上**@**前缀,并使用metadata对象调用它,可以把这个“函数调用”加到组件类的紧上方。 :marked `@Component` is #{_a} *#{_decorator}* that allows us to associate *metadata* with the component class.