Skip to content

Commit 1c7ddc9

Browse files
committed
minor #7207 fix a typo (xabbuh)
This PR was merged into the 2.7 branch. Discussion ---------- fix a typo Commits ------- 0d39ea0 fix a typo
2 parents 6584ae7 + 0d39ea0 commit 1c7ddc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

introduction/from_flat_php_to_symfony2.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ one of the two controllers (the ``list_action()`` and ``show_action()``
392392
functions) is called. In reality, the front controller is beginning to look and
393393
act a lot like how Symfony handles and routes requests.
394394

395-
But but careful not to confuse the terms *front controller* and *controller*. Your
395+
But be careful not to confuse the terms *front controller* and *controller*. Your
396396
app will usually have just *one* front controller, which boots your code. You will
397397
have *many* controller functions: one for each page.
398398

0 commit comments

Comments
 (0)