Skip to content

Commit 3ae4fec

Browse files
committed
Remove some unneeded extra space
1 parent a657538 commit 3ae4fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick_tour/the_architecture.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ After creating just *one* file, you can use this immediately:
190190
{# templates/default/index.html.twig #}
191191
{# Will print something like "Hey Symfony!" #}
192192
<h1>{{ name|greet }}</h1>
193-
193+
194194
How does this work? Symfony notices that your class uses the ``#[AsTwigFilter]`` attribute
195195
and so *automatically* registers it as a Twig extension. This is called autoconfiguration,
196196
and it works for *many* many things. Create a class and then extend a base class

0 commit comments

Comments
 (0)