Skip to content

Commit 6c3b682

Browse files
vladboisapkozlowski-opensource
authored andcommitted
docs: change spelling to correctly params (angular#57832)
PR Close angular#57832
1 parent 8e01734 commit 6c3b682

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

adev/src/content/guide/components/advanced-configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ needs to perform. In this mode, the framework only checks if a component's DOM n
2222
Additionally, when an OnPush component is checked, Angular _also_ checks all of its ancestor
2323
components, traversing upwards through the application tree.
2424

25-
## PreserveWhitespace
25+
## PreserveWhitespaces
2626

2727
By default, Angular removes and collapses superfluous whitespace in templates, most commonly from
28-
newlines and indentation. You can change this setting by explicitly setting `preserveWhitespace` to
29-
false in a component's metadata.
28+
newlines and indentation. You can change this setting by explicitly setting `preserveWhitespaces` to
29+
`true` in a component's metadata.
3030

3131
## Custom element schemas
3232

0 commit comments

Comments
 (0)