From e97afae67a20f51700b9cdd8f8d7174367fc1334 Mon Sep 17 00:00:00 2001 From: Oussama Ben Brahim Date: Mon, 12 Feb 2018 22:54:44 +0100 Subject: [PATCH] docs(aio): fix typo in "preserveWhitespaces" example (#22182) Fixes #22147 PR Close #22182 --- aio/content/guide/aot-compiler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/aot-compiler.md b/aio/content/guide/aot-compiler.md index 6b8df03f89..c491e55023 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, - "preserveWhiteSpaces": false, + "preserveWhitespaces": false, ... } }