Skip to content

Commit

Permalink
fix(api_docs): slightly more accurate description of TS overrideOnEve…
Browse files Browse the repository at this point in the history
…ntDone
  • Loading branch information
yjbanov committed Jul 16, 2015
1 parent f1e8176 commit fe3a559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/angular2/src/core/zone/ng_zone.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ export class NgZone {
}

/**
* Sets the zone hook that is called immediately after the last turn in the
* current event completes. At this point Angular will no longer attempt to
* Sets the zone hook that is called immediately after the last turn in
* an event completes. At this point Angular will no longer attempt to
* sync the UI. Any changes to the data model will not be reflected in the
* DOM. {@link onEventDoneFn} is executed outside Angular zone.
*
Expand Down

0 comments on commit fe3a559

Please sign in to comment.