8000 fix a typo · a-ast/symfony-docs@0d39ea0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d39ea0

Browse files
committed
fix a typo
1 parent 6584ae7 commit 0d39ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

introduction/from_flat_php_to_symfony2.rst

Lines changed: 1 addition & 1 deletion
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)
0