Skip to content

Commit b22b5e0

Browse files
committed
Correct spelling & grammar in 4.4 create_framework/
1 parent 62c0653 commit b22b5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create_framework/front_controller.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ its sub-directories (only if needed -- see above tip).
127127

128128
.. tip::
129129

130-
You don't even need to setup a web server to test the code. Instead,
130+
You don't even need to set up a web server to test the code. Instead,
131131
replace the ``$request = Request::createFromGlobals();`` call to something
132132
like ``$request = Request::create('/hello?name=Fabien');`` where the
133133
argument is the URL path you want to simulate.

0 commit comments

Comments
 (0)