8000 Fix: Typo · symfony/symfony-docs@b7392eb · GitHub
[go: up one dir, main page]

Skip to content

Commit b7392eb

Browse files
committed
Fix: Typo
1 parent 4d64e82 commit b7392eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2533,7 +2533,7 @@ If you're having problems authenticating, it could be that you *are* authenticat
25332533
successfully, but you immediately lose authentication after the first redirect.
25342534

25352535
In that case, review the serialization logic (e.g. the ``__serialize()`` or
2536-
``serialize()`` methods) on you user class (if you have any) to make sure
2536+
``serialize()`` methods) on your user class (if you have any) to make sure
25372537
that all the fields necessary are serialized and also exclude all the
25382538
fields not necessary to be serialized (e.g. Doctrine relations).
25392539

0 commit comments

Comments
 (0)
0