docs: fixed misspelling of the word 'explicitly'

Closes #4108
This commit is contained in:
Henry Wong 2015-09-09 21:35:02 -07:00 committed by Misko Hevery
parent 4df0604f09
commit fd14460148
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ export interface NgZoneZone extends Zone { _innerZone: boolean; }
* A wrapper around zones that lets you schedule tasks after it has executed a task.
*
* The wrapper maintains an "inner" and an "mount" `Zone`. The application code will executes
* in the "inner" zone unless `runOutsideAngular` is explicitely called.
* in the "inner" zone unless `runOutsideAngular` is explicitly called.
*
* A typical application will create a singleton `NgZone`. The outer `Zone` is a fork of the root
* `Zone`. The default `onTurnDone` runs the Angular change detection.