We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c48be commit c0e37e0Copy full SHA for c0e37e0
src/TwigComponent/doc/index.rst
@@ -7,7 +7,7 @@ making it easier to render and re-use small template "units" - like an
7
8
Every component consists of (1) a class::
9
10
- // src/Twig/Components/Alert.php
+ // src/Twig/Component/Alert.php
11
namespace App\Twig\Components;
12
13
use Symfony\UX\TwigComponent\Attribute\AsTwigComponent;
@@ -23,7 +23,7 @@ And (2) a template:
23
24
.. code-block:: html+twig
25
26
- {# templates/components/Alert.html.twig #}
+ {# templates/component/Alert.html.twig #}
27
<div class="alert alert-{{ type }}">
28
{{ message }}
29
</div>
0 commit comments