fix(aio): missing plural s in preserveWhiteSpaces example (#21854)

PR Close #21854
This commit is contained in:
Bernd Hacker
2018-01-29 14:37:51 +01:00
committed by Jason Aden
parent 6e8bc310f0
commit 72265f796f

View File

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