Skip to content

Commit 166607f

Browse files
committed
minor symfony#16270 Correct spelling & grammar in 4.4 create_framework/ (gnito-org)
This PR was merged into the 4.4 branch. Discussion ---------- Correct spelling & grammar in 4.4 create_framework/ <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- b22b5e0 Correct spelling & grammar in 4.4 create_framework/
2 parents 161e298 + b22b5e0 commit 166607f

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)