diff --git a/create_framework/routing.rst b/create_framework/routing.rst index ed0ffc43375..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.