We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c0653 commit b22b5e0Copy full SHA for b22b5e0
create_framework/front_controller.rst
@@ -127,7 +127,7 @@ its sub-directories (only if needed -- see above tip).
127
128
.. tip::
129
130
- You don't even need to setup a web server to test the code. Instead,
+ You don't even need to set up a web server to test the code. Instead,
131
replace the ``$request = Request::createFromGlobals();`` call to something
132
like ``$request = Request::create('/hello?name=Fabien');`` where the
133
argument is the URL path you want to simulate.
0 commit comments