fix(aio): missing plural s in preserveWhiteSpaces example (#21854)
PR Close #21854
This commit is contained in:
parent
6e8bc310f0
commit
72265f796f
|
@ -92,7 +92,7 @@ You can control your app compilation by providing template compiler options in t
|
|||
},
|
||||
"angularCompilerOptions": {
|
||||
"fullTemplateTypeCheck": true,
|
||||
"preserveWhiteSpace": false,
|
||||
"preserveWhiteSpaces": false,
|
||||
...
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue