We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e8176 commit fe3a559Copy full SHA for fe3a559
modules/angular2/src/core/zone/ng_zone.ts
@@ -86,8 +86,8 @@ export class NgZone {
86
}
87
88
/**
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
+ * 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
91
* sync the UI. Any changes to the data model will not be reflected in the
92
* DOM. {@link onEventDoneFn} is executed outside Angular zone.
93
*
0 commit comments