Skip to content

Commit 05c4fb2

Browse files
Nathan Walkertbosch
authored andcommitted
docs(typo): ngzone referencing misspelled api
Closes angular#3292
1 parent 448264b commit 05c4fb2

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
@@ -149,7 +149,7 @@ export class NgZone {
149149
* ```
150150
* var zone: NgZone = [ref to the application zone];
151151
*
152-
* zone.runOusideAngular(() => {
152+
* zone.runOutsideAngular(() => {
153153
* element.onClick(() => {
154154
* // Clicking on the element would not trigger the change detection
155155
* });

0 commit comments

Comments
 (0)