From 14ebd823338470518d253d546c0adea17c89dec0 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Sat, 24 Jul 2021 16:00:43 +0300 Subject: [PATCH] docs: fix typo in Compiler Options guide (#42949) PR Close #42949 --- aio/content/guide/angular-compiler-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/angular-compiler-options.md b/aio/content/guide/angular-compiler-options.md index 0dad034e59..d79b2e841f 100644 --- a/aio/content/guide/angular-compiler-options.md +++ b/aio/content/guide/angular-compiler-options.md @@ -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.