Commit 14da2873 authored by Igor Wiedler's avatar Igor Wiedler

Typo in security docs

parent 3c024a8e
......@@ -89,7 +89,7 @@ is known, you can get it with a call to ``getUser()``::
$user = $token->getUser();
}
The user can be a string, and object with a ``_toString()`` method, or an
The user can be a string, and object with a ``__toString()`` method, or an
instance of `UserInterface
<http://api.symfony.com/master/Symfony/Component/Security/Core/User/UserInterface.html>`_.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment