8000 Minor fix · symfony/symfony-docs@aadb957 · GitHub
[go: up one dir, main page]

Skip to content

Commit aadb957

Browse files
committed
Minor fix
1 parent b9fc90b commit aadb957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/server-data.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ In Symfony applications, you may find that you need to pass some dynamic data
66
dynamic configuration is by storing information in ``data`` attributes and reading
77
them later in JavaScript. For example:
88

9-
.. code-block:: html-twig
9+
.. code-block:: html+twig
1010

1111
<div class="js-user-rating" data-is-authenticated="{{ app.user ? 'true' : 'false' }}">
1212
<!-- ... -->

0 commit comments

Comments
 (0)
0