refactor(core): typo in stability debugging warning message

untility -> utility
This commit is contained in:
cexbrayat 2026-01-07 17:00:49 +01:00 committed by Jessica Janiuk
parent 5c75d29fb4
commit bb0dc8c4e0

View file

@ -63,7 +63,7 @@ export function provideStabilityDebugging(): EnvironmentProviders {
provideAppInitializer(() => {
if (typeof ngDevMode === 'undefined' || !ngDevMode) {
console.warn(
'Stability debugging untility was provided in production mode. ' +
'Stability debugging utility was provided in production mode. ' +
'This will cause debug code to be included in production bundles. ' +
'If this is intentional because you are debugging stability issues in a production environment, you can ignore this warning.',
);