From 8b4aee3935929ce4676926bf1ff33c676c5ed76d Mon Sep 17 00:00:00 2001 From: Hongbo Miao Date: Wed, 13 Jul 2016 23:32:24 -0400 Subject: [PATCH] Update attribute-directives.jade --- public/docs/ts/latest/guide/attribute-directives.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/attribute-directives.jade b/public/docs/ts/latest/guide/attribute-directives.jade index a5c062e42d..d13838b9bd 100644 --- a/public/docs/ts/latest/guide/attribute-directives.jade +++ b/public/docs/ts/latest/guide/attribute-directives.jade @@ -238,7 +238,7 @@ figure.image-display Did you remember to set the `directives` attribute of `@Component`? It is easy to forget! - 你记着设置`@Component`的`directives`属性了吗?它很容易被忘掉。 + 你记着设置`@Component`的`directives`数组了吗?它很容易被忘掉。 Open the console in the browser tools and look for an error like this: