Skip to content

Commit 425c83f

Browse files
committed
Minor reword to improve readability
1 parent 280d0e8 commit 425c83f

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)