From 7fc2db3ca8366ff45d831fa75cec5b529809e9ed Mon Sep 17 00:00:00 2001 From: Ambroise BAZIE Date: Wed, 10 May 2023 15:34:38 +0000 Subject: [PATCH] docs: fix typo on hydration in Preserve Whitespaces Configuration --- aio/content/guide/hydration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/hydration.md b/aio/content/guide/hydration.md index ba855b3c5f0f..13cb03f5a292 100644 --- a/aio/content/guide/hydration.md +++ b/aio/content/guide/hydration.md @@ -107,7 +107,7 @@ If you are uncertain about whether your HTML is valid, you can use a [syntax val ### Preserve Whitespaces Configuration -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. +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.