fix(aio): missing plural s in preserveWhiteSpaces example (#21854)
PR Close #21854
This commit is contained in:
parent
a89e709515
commit
3f5ead3845
@ -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,
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user