Skip to content

Commit a8d3a70

Browse files
committed
[symfony#2453] Minor tweak to make the header appear how it usually appears (even though case does not matter)
1 parent d3d25d0 commit a8d3a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/http_foundation/introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ can be accessed via several public properties:
6666
* ``server``: equivalent of ``$_SERVER``;
6767

6868
* ``headers``: mostly equivalent to a sub-set of ``$_SERVER``
69-
(``$request->headers->get('user-agent')``).
69+
(``$request->headers->get('User-Agent')``).
7070

7171
Each property is a :class:`Symfony\\Component\\HttpFoundation\\ParameterBag`
7272
instance (or a sub-class of), which is a data holder class:

0 commit comments

Comments
 (0)