From 425c83f4822e02419f5894ad5f01807ee0ede604 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Tue, 25 Apr 2017 11:18:11 +0200 Subject: [PATCH] Minor reword to improve readability --- introduction/from_flat_php_to_symfony2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/introduction/from_flat_php_to_symfony2.rst b/introduction/from_flat_php_to_symfony2.rst index 4a4ecf811fd..646b0dd484a 100644 --- a/introduction/from_flat_php_to_symfony2.rst +++ b/introduction/from_flat_php_to_symfony2.rst @@ -370,7 +370,7 @@ on the requested URI:: echo '

Page Not Found

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