We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3d25d0 commit a8d3a70Copy full SHA for a8d3a70
components/http_foundation/introduction.rst
@@ -66,7 +66,7 @@ can be accessed via several public properties:
66
* ``server``: equivalent of ``$_SERVER``;
67
68
* ``headers``: mostly equivalent to a sub-set of ``$_SERVER``
69
- (``$request->headers->get('user-agent')``).
+ (``$request->headers->get('User-Agent')``).
70
71
Each property is a :class:`Symfony\\Component\\HttpFoundation\\ParameterBag`
72
instance (or a sub-class of), which is a data holder class:
0 commit comments