diff --git a/modules/angular2/src/core/zone/ng_zone.ts b/modules/angular2/src/core/zone/ng_zone.ts index 184a80b1e9..bbef67832d 100644 --- a/modules/angular2/src/core/zone/ng_zone.ts +++ b/modules/angular2/src/core/zone/ng_zone.ts @@ -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 * });