We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6584ae7 + 0d39ea0 commit 1c7ddc9Copy full SHA for 1c7ddc9
introduction/from_flat_php_to_symfony2.rst
@@ -392,7 +392,7 @@ one of the two controllers (the ``list_action()`` and ``show_action()``
392
functions) is called. In reality, the front controller is beginning to look and
393
act a lot like how Symfony handles and routes requests.
394
395
-But but careful not to confuse the terms *front controller* and *controller*. Your
+But be careful not to confuse the terms *front controller* and *controller*. Your
396
app will usually have just *one* front controller, which boots your code. You will
397
have *many* controller functions: one for each page.
398
0 commit comments