Skip to content

Commit 07eab86

Browse files
mabafabpot
authored andcommitted
Fix a little typo in quick_tour
1 parent 92c1bfd commit 07eab86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick_tour/the_big_picture.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ The code is pretty straightforward but let's explain this code line by line:
232232

233233
* *line 3*: Symfony takes advantage of new PHP 5.3 features and as such, all
234234
controllers are properly namespaced (the namespace is the first part of the
235-
``_controler`` routing value: ``HelloBundle``).
235+
``_controller`` routing value: ``HelloBundle``).
236236

237237
* *line 7*: The controller name is the concatenation of the second part of the
238238
``_controller`` routing value (``Hello``) and ``Controller``. It extends the

0 commit comments

Comments
 (0)