Skip to content

Commit bb0dc8c

Browse files
cexbrayatthePunderWoman
authored andcommitted
refactor(core): typo in stability debugging warning message
untility -> utility
1 parent 5c75d29 commit bb0dc8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/application/stability_debug_impl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export function provideStabilityDebugging(): EnvironmentProviders {
6363
provideAppInitializer(() => {
6464
if (typeof ngDevMode === 'undefined' || !ngDevMode) {
6565
console.warn(
66-
'Stability debugging untility was provided in production mode. ' +
66+
'Stability debugging utility was provided in production mode. ' +
6767
'This will cause debug code to be included in production bundles. ' +
6868
'If this is intentional because you are debugging stability issues in a production environment, you can ignore this warning.',
6969
);

0 commit comments

Comments
 (0)