Skip to content

Commit 868723c

Browse files
ognanshissiAndrewKushnir
authored andcommitted
docs: fix typo on hydration in Preserve Whitespaces Configuration (#50236)
PR Close #50236
1 parent bf23404 commit 868723c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aio/content/guide/hydration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ If you are uncertain about whether your HTML is valid, you can use a [syntax val
107107
<a id="preserve-whitespaces"></a>
108108
### Preserve Whitespaces Configuration
109109

110-
When using the hydration feature, we recommend using the default setting of `false` for `preserveWhitespaces`. If this setting is not in your tsconfig, the value will be `false` and no changes are required. If you choose to enable preserving whitespaces by adding `preserveWhitespaces: true` to you tsconfig, it is possible you may encounter issues with hydration. This is not yet a fully supported configuration.
110+
When using the hydration feature, we recommend using the default setting of `false` for `preserveWhitespaces`. If this setting is not in your tsconfig, the value will be `false` and no changes are required. If you choose to enable preserving whitespaces by adding `preserveWhitespaces: true` to your tsconfig, it is possible you may encounter issues with hydration. This is not yet a fully supported configuration.
111111

112112
<div class="alert is-helpful">
113113

0 commit comments

Comments
 (0)