8000 minor #7207 fix a typo (xabbuh) · a-ast/symfony-docs@1c7ddc9 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1c7ddc9

Browse files
committed
minor symfony#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

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