docs: fix typo in Compiler Options guide (#42949)

PR Close #42949
This commit is contained in:
George Kalpakas 2021-07-24 16:00:43 +03:00 committed by Andrew Kushnir
parent 784671597e
commit 14ebd82333
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ The template options object, `angularCompilerOptions`, is a sibling to the `comp
{@a tsconfig-extends}
## Configuration inheritance with extends
Like the TypeScript compiler, The Angular AOT compiler also supports `extends` in the `angularCompilerOptions` section of the TypeScript configuration file.
Like the TypeScript compiler, the Angular AOT compiler also supports `extends` in the `angularCompilerOptions` section of the TypeScript configuration file.
The `extends` property is at the top level, parallel to `compilerOptions` and `angularCompilerOptions`.
A TypeScript configuration can inherit settings from another file using the `extends` property.