Skip to content

Commit ce45522

Browse files
zed-0xffalan-agius4
authored andcommitted
docs: fix typo in json schema
1 parent 8a29b61 commit ce45522

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/angular_devkit/build_angular/src/tools/esbuild/angular/compiler-plugin.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ function createCompilerOptionsTransformer(
476476
notes: [
477477
{
478478
text:
479-
'To control ECMA version and features use the Browerslist configuration. ' +
479+
'To control ECMA version and features use the Browserslist configuration. ' +
480480
'For more information, see https://angular.io/guide/build#configuring-browser-compatibility',
481481
},
482482
],

packages/angular_devkit/build_angular/src/tools/webpack/plugins/typescript.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export function createIvyPlugin(
3434

3535
wco.logger.warn(
3636
'TypeScript compiler options "target" and "useDefineForClassFields" are set to "ES2022" and ' +
37-
'"false" respectively by the Angular CLI. To control ECMA version and features use the Browerslist configuration. ' +
37+
'"false" respectively by the Angular CLI. To control ECMA version and features use the Browserslist configuration. ' +
3838
'For more information, see https://angular.io/guide/build#configuring-browser-compatibility\n' +
3939
`NOTE: You can set the "target" to "ES2022" in the project's tsconfig to remove this warning.`,
4040
);

0 commit comments

Comments
 (0)