docs(aio): fix typo in "preserveWhitespaces" example ()

Fixes 

PR Close 
This commit is contained in:
Oussama Ben Brahim 2018-02-12 22:54:44 +01:00 committed by Miško Hevery
parent be59c3a98c
commit eb48750705

@ -92,7 +92,7 @@ You can control your app compilation by providing template compiler options in t
},
"angularCompilerOptions": {
"fullTemplateTypeCheck": true,
"preserveWhiteSpaces": false,
"preserveWhitespaces": false,
...
}
}