From 124a03ae0977c5d2f11d363a6d9e3bbc52f3aec7 Mon Sep 17 00:00:00 2001 From: Fredy Treboux Date: Sat, 6 Aug 2016 22:49:45 -0300 Subject: [PATCH] docs(lifecycle-hooks): minor typo. closes #2045 --- public/docs/ts/latest/guide/lifecycle-hooks.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/lifecycle-hooks.jade b/public/docs/ts/latest/guide/lifecycle-hooks.jade index 427a1f61ea..4605c0a3e0 100644 --- a/public/docs/ts/latest/guide/lifecycle-hooks.jade +++ b/public/docs/ts/latest/guide/lifecycle-hooks.jade @@ -86,7 +86,7 @@ table(width="100%") td ngDoCheck td :marked - Detect and act upon changes that Angular can or won't + Detect and act upon changes that Angular can't or won't detect on its own. Called every change detection run. tr(style=top) td ngOnDestroy