From 05c4fb2fac6975f2d237a834468e26fa44d93e8b Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Fri, 24 Jul 2015 21:08:43 -0700 Subject: [PATCH] docs(typo): ngzone referencing misspelled api Closes #3292 --- modules/angular2/src/core/zone/ng_zone.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * });