docs(typo): ngzone referencing misspelled api

Closes #3292
This commit is contained in:
Nathan Walker 2015-07-24 21:08:43 -07:00 committed by Tobias Bosch
parent 448264be39
commit 05c4fb2fac
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ export class NgZone {
* ```
* var zone: NgZone = [ref to the application zone];
*
* zone.runOusideAngular(() => {
* zone.runOutsideAngular(() => {
* element.onClick(() => {
* // Clicking on the element would not trigger the change detection
* });