Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

fix(docs) fix typo 'ngOnit' #2211

Merged
merged 1 commit into from
Aug 27, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions public/docs/ts/latest/guide/lifecycle-hooks.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down