Skip to content

Commit d54611c

Browse files
committed
minor #8917 fix typo the_architecture.rst (andrei-petre)
This PR was merged into the 4.0 branch. Discussion ---------- fix typo the_architecture.rst Commits ------- e8f927e fix typo the_architecture.rst
2 parents 548360a + e8f927e commit d54611c

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)