From a24800aed7860da4d68a063f6d7073551e855572 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Tue, 30 Aug 2016 14:02:19 -0700 Subject: [PATCH] docs(lifecycle-hooks): update to cache file (#2222) No other changes. --- public/docs/ts/_cache/guide/lifecycle-hooks.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/docs/ts/_cache/guide/lifecycle-hooks.jade b/public/docs/ts/_cache/guide/lifecycle-hooks.jade index baf55b3df8..a022e681b2 100644 --- a/public/docs/ts/_cache/guide/lifecycle-hooks.jade +++ b/public/docs/ts/_cache/guide/lifecycle-hooks.jade @@ -379,8 +379,8 @@ figure.image-display .l-sub-section :marked Our first opportunity to access those properties is the `ngOnChanges` method which - Angular calls before `ngOnit`. But Angular calls `ngOnChanges` many times after that. - It only calls `ngOnit` once. + Angular calls before `ngOnInit`. But Angular calls `ngOnChanges` many times after that. + It only calls `ngOnInit` once. :marked ### OnDestroy