diff --git a/aio/content/guide/aot-compiler.md b/aio/content/guide/aot-compiler.md index 8b53f57585..6b8df03f89 100644 --- a/aio/content/guide/aot-compiler.md +++ b/aio/content/guide/aot-compiler.md @@ -92,7 +92,7 @@ You can control your app compilation by providing template compiler options in t }, "angularCompilerOptions": { "fullTemplateTypeCheck": true, - "preserveWhiteSpace": false, + "preserveWhiteSpaces": false, ... } }