Skip to content

Commit dc75ff5

Browse files
committed
minor #6716 Typo fix "they the name" => "that the name" (jevgenijusr)
This PR was merged into the 2.7 branch. Discussion ---------- Typo fix "they the name" => "that the name" Typo fix "they the name" => "that the name" Commits ------- 80326e4 Typo fix "they the name" => "that the name"
2 parents 6cc198b + 80326e4 commit dc75ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/controller.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ The controller has a single argument, ``$name``, which corresponds to the
256256
``{name}`` placeholder from the matched route (e.g. ``ryan`` if you go to
257257
``/hello/ryan``). When executing the controller, Symfony matches each argument
258258
with a placeholder from the route. So the value for ``{name}`` is passed
259-
to ``$name``. Just make sure they the name of the placeholder is the
259+
to ``$name``. Just make sure that the name of the placeholder is the
260260
same as the name of the argument variable.
261261

262262
Take the following more-interesting example, where the controller has two

0 commit comments

Comments
 (0)