diff --git a/modules/angular2/src/core/annotations_impl/annotations.ts b/modules/angular2/src/core/annotations_impl/annotations.ts index 6de1fb9dcc..b79e842924 100644 --- a/modules/angular2/src/core/annotations_impl/annotations.ts +++ b/modules/angular2/src/core/annotations_impl/annotations.ts @@ -722,10 +722,10 @@ export class Directive extends Injectable { hostActions: StringMap; /** - * Specifies a set of lifecycle hostListeners in which the directive participates. + * Specifies which lifecycle should be notified to the directive. * - * See {@link annotations/onChange}, {@link annotations/onDestroy}, - * {@link annotations/onAllChangesDone} for details. + * See {@link annotations/onChange}, {@link annotations/onDestroy}, {@link annotations/onCheck}, + * {@link annotations/onInit}, {@link annotations/onAllChangesDone} for details. */ lifecycle: List;