mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
refactor(core): typo in stability debugging warning message
untility -> utility
This commit is contained in:
parent
5c75d29fb4
commit
bb0dc8c4e0
1 changed files with 1 additions and 1 deletions
|
|
@ -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.',
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue