We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c1bfd commit 07eab86Copy full SHA for 07eab86
quick_tour/the_big_picture.rst
@@ -232,7 +232,7 @@ The code is pretty straightforward but let's explain this code line by line:
232
233
* *line 3*: Symfony takes advantage of new PHP 5.3 features and as such, all
234
controllers are properly namespaced (the namespace is the first part of the
235
- ``_controler`` routing value: ``HelloBundle``).
+ ``_controller`` routing value: ``HelloBundle``).
236
237
* *line 7*: The controller name is the concatenation of the second part of the
238
``_controller`` routing value (``Hello``) and ``Controller``. It extends the
0 commit comments