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 a89e709515
commit 3f5ead3845

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,
... ...
} }
} }