Skip to content

Commit e8f927e

Browse files
authored
fix typo the_architecture.rst
1 parent 548360a commit e8f927e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick_tour/the_architecture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Twig Extension & Autoconfiguration
135135
----------------------------------
136136

137137
Thanks to Symfony's service handling, you can *extend* Symfony in many ways, like
138-
by creating an event subscriber or or a security voter for complex authorization
138+
by creating an event subscriber or a security voter for complex authorization
139139
rules. Let's add a new filter to Twig called ``greet``. How? Just create a class
140140
that extends ``AbstractExtension``::
141141

0 commit comments

Comments
 (0)