Skip to content

Commit fd14460

Browse files
henryw4kmhevery
authored andcommitted
docs: fixed misspelling of the word 'explicitly'
Closes angular#4108
1 parent 4df0604 commit fd14460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)