Skip to content

Commit ad5fa39

Browse files
committed
Fixes
1 parent 45fc9ad commit ad5fa39

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/LiveComponent/doc/index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ needed if you're using AssetMapper):
9898
9999
If your project is localized in different languages (either via the `_locale route parameter`_
100100
or by `setting the locale in the request`_) add the ``{ _locale}`` attribute to
101-
the UX Live Components route definition to keep the locale between refreshes:
101+
the UX Live Components route definition to keep the locale between re-renders:
102102

103103
.. code-block:: diff
104104
@@ -3456,7 +3456,6 @@ bound to Symfony's BC policy for the moment.
34563456
.. _`experimental`: https://symfony.com/doc/current/contributing/code/experimental.html
34573457
.. _`dependent form fields`: https://ux.symfony.com/live-component/demos/dependent-form-fields
34583458
.. _StimulusBundle configured in your app: https://symfony.com/bundles/StimulusBundle/current/index.html
3459-
.. _`localizes its URLs`: https://symfony.com/doc/current/translation/locale.html#translation-locale-url
34603459
.. _`attributes variable`: https://symfony.com/bundles/ux-twig-component/current/index.html#component-attributes
34613460
.. _`CollectionType`: https://symfony.com/doc/current/form/form_collections.html
34623461
.. _`the traditional collection type`: https://symfony.com/doc/current/form/form_themes.html#fragment-naming-for-collections

0 commit comments

Comments
 (0)