Skip to content

Commit 6024d07

Browse files
cexbrayatdylhunn
authored andcommitted
fix(core): typo in zoneless warning (#55974)
The warning introduced in ae0baa2 mispelled `applications`. PR Close #55974
1 parent 1e8284c commit 6024d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/change_detection/scheduling/zoneless_scheduling_impl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ export function provideExperimentalZonelessChangeDetection(): EnvironmentProvide
300300
RuntimeErrorCode.UNEXPECTED_ZONEJS_PRESENT_IN_ZONELESS_MODE,
301301
`The application is using zoneless change detection, but is still loading Zone.js.` +
302302
`Consider removing Zone.js to get the full benefits of zoneless. ` +
303-
`In applcations using the Angular CLI, Zone.js is typically included in the "polyfills" section of the angular.json file.`,
303+
`In applications using the Angular CLI, Zone.js is typically included in the "polyfills" section of the angular.json file.`,
304304
);
305305
console.warn(message);
306306
}

0 commit comments

Comments
 (0)