Skip to content

Commit

Permalink
docs: fix typo in json schema
Browse files Browse the repository at this point in the history
(cherry picked from commit ce45522)
  • Loading branch information
zed-0xff authored and alan-agius4 committed Mar 5, 2024
1 parent 259ec72 commit 1f9cb86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ function createCompilerOptionsTransformer(
notes: [
{
text:
'To control ECMA version and features use the Browerslist configuration. ' +
'To control ECMA version and features use the Browserslist configuration. ' +
'For more information, see https://angular.io/guide/build#configuring-browser-compatibility',
},
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function createIvyPlugin(

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

0 comments on commit 1f9cb86

Please sign in to comment.