We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c2cdd2 commit 38b090aCopy full SHA for 38b090a
packages/core/src/zone/ng_zone.ts
@@ -233,7 +233,7 @@ export class NgZone {
233
* Executes the `fn` function synchronously within the Angular zone as a task and returns value
234
* returned by the function.
235
*
236
- * Running functions via `run` allows you to reenter Angular zone from a task that was executed
+ * Running functions via `runTask` allows you to reenter Angular zone from a task that was executed
237
* outside of the Angular zone (typically started via {@link #runOutsideAngular}).
238
239
* Any future tasks or microtasks scheduled from within this function will continue executing from
0 commit comments