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
1 changed files with 1 additions and 1 deletions

View File

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