8000 typo · symfony/symfony-docs@73e7928 · GitHub
[go: up one dir, main page]

Skip to content

Commit 73e7928

Browse files
committed
typo
1 parent 8793cb5 commit 73e7928

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

book/controller.rst

Lines changed: 1 addition & 2 deletions
< 4B14 td data-grid-cell-id="diff-1c3802c344e042663bfa99c39254ab325824ef8e56bfdc327d4e89ac4ead1453-716-715-2" data-line-anchor="diff-1c3802c344e042663bfa99c39254ab325824ef8e56bfdc327d4e89ac4ead1453R715" data-selected="false" role="gridcell" style="background-color:var(--diffBlob-additionLine-bgColor, var(--diffBlob-addition-bgColor-line));padding-right:24px" tabindex="-1" valign="top" class="focusable-grid-cell diff-text-cell right-side-diff-cell left-side">+
request can be accessed.
Original file line numberDiff line numberDiff line change
@@ -712,8 +712,7 @@ in the controller if a variable is type-hinted with ``Request`` class::
712712
}
713713

714714
``Request`` class has several public properties via which information about the client
715-
request can be accessed. If you haven't already mastered HTTP fundamentals you
716-
can read about Symfony ``Request`` object in detail :ref:`here <book-request-object>`.
715
717716

718717
Like the ``Request``, the ``Response`` object has also a public ``headers`` property
719718
which is a :class:`Symfony\\Component\\HttpFoundation\\ResponseHeaderBag` instance.

0 commit comments

Comments
 (0)
0