From a230b78f04f87825b51bb1ec0dd3b0255b90e5b3 Mon Sep 17 00:00:00 2001 From: Yuriy Tkachenko Date: Thu, 31 Mar 2016 19:22:08 +0400 Subject: [PATCH 1/2] Update routing.rst The change was breaking existing functionality, need to preserve it. --- create_framework/routing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_framework/routing.rst b/create_framework/routing.rst index ed0ffc43375..bca437e31f6 100644 --- a/create_framework/routing.rst +++ b/create_framework/routing.rst @@ -33,7 +33,7 @@ As we now extract the request query parameters, simplify the ``hello.php`` template as follows:: - Hello + Hello Now, we are in good shape to add new features. From cf2b46f2ca7ecc249cebbe4a33fe1dfec22d563e Mon Sep 17 00:00:00 2001 From: Yuriy Tkachenko Date: Fri, 1 Apr 2016 02:18:50 +0400 Subject: [PATCH 2/2] Update routing.rst fixed thx to @Ener-Getick --- create_framework/routing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_framework/routing.rst b/create_framework/routing.rst index bca437e31f6..9823cb3b289 100644 --- a/create_framework/routing.rst +++ b/create_framework/routing.rst @@ -33,7 +33,7 @@ As we now extract the request query parameters, simplify the ``hello.php`` template as follows:: - Hello + Hello Now, we are in good shape to add new features.