Skip to content

Commit e618155

Browse files
committed
minor #7838 Minor reword to improve readability (javiereguiluz)
This PR was merged into the 2.7 branch. Discussion ---------- Minor reword to improve readability This fixes #7202. Commits ------- 425c83f Minor reword to improve readability
2 parents 72e5e49 + 425c83f commit e618155

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
@@ -370,7 +370,7 @@ on the requested URI::
370370
echo '<html><body><h1>Page Not Found</h1></body></html>';
371371
}
372372

373-
For organization, both controllers (formerly ``index.php`` and ``show.php``)
373+
For organization, both controllers (formerly ``/index.php`` and ``/index.php/show``)
374374
are now PHP functions and each has been moved into a separate file named ``controllers.php``::
375375

376376
// controllers.php

0 commit comments

Comments
 (0)