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

+1-2
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+
request can be accessed.
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)