From cf8916c7653415ba595f3dc6ed7e9f58d10a1ca4 Mon Sep 17 00:00:00 2001 From: Bart Vanderstukken Date: Mon, 28 Aug 2023 16:07:08 +0200 Subject: [PATCH] Update src/LiveComponent/doc/index.rst Co-authored-by: Kevin Bond --- src/LiveComponent/doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LiveComponent/doc/index.rst b/src/LiveComponent/doc/index.rst index d962b3c080f..ae76306647a 100644 --- a/src/LiveComponent/doc/index.rst +++ b/src/LiveComponent/doc/index.rst @@ -2918,7 +2918,7 @@ Passing Content (Blocks) to Components Passing content via blocks to Live components works completely the same way you would `pass content to Twig Components`_. Except with one important difference: when a component is re-rendered, any variables defined only in the -"outside" template will note be available. For example, this won't work: +"outside" template will not be available. For example, this won't work: .. code-block:: twig