There was an error while loading. Please reload this page.
1 parent 4df0604 commit fd14460Copy full SHA for fd14460
modules/angular2/src/core/zone/ng_zone.ts
@@ -9,7 +9,7 @@ export interface NgZoneZone extends Zone { _innerZone: boolean; }
9
* A wrapper around zones that lets you schedule tasks after it has executed a task.
10
*
11
* The wrapper maintains an "inner" and an "mount" `Zone`. The application code will executes
12
- * in the "inner" zone unless `runOutsideAngular` is explicitely called.
+ * in the "inner" zone unless `runOutsideAngular` is explicitly called.
13
14
* A typical application will create a singleton `NgZone`. The outer `Zone` is a fork of the root
15
* `Zone`. The default `onTurnDone` runs the Angular change detection.
0 commit comments