Skip to content

Commit 9f8532f

Browse files
1 parent 95f8d7c commit 9f8532f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/configuration/security.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ anonymous
6868
**type**: ``string`` **default**: ``~``
6969

7070
When set to ``lazy``, Symfony loads the user (and starts the session) only if the
71-
application actually accesses the `User` object (e.g. via a `is_granted()` call in
72-
a template or `isGranted()` in a controller or service.
71+
application actually accesses the ``User`` object (e.g. via a ``is_granted()`` call
72+
in a template or ``isGranted()`` in a controller or service.
7373

7474
.. versionadded:: 4.4
7575

0 commit comments

Comments
 (0)