Skip to content

Commit fe3a559

Browse files
committed
fix(api_docs): slightly more accurate description of TS overrideOnEventDone
1 parent f1e8176 commit fe3a559

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/angular2/src/core/zone/ng_zone.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ export class NgZone {
8686
}
8787

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

0 commit comments

Comments
 (0)