Commit 94fee6ce authored by Fabien Potencier's avatar Fabien Potencier

merged branch eyveer/patch-1 (PR #534)

This PR was merged into the master branch.

Commits
-------

4a0d746a Update doc/providers/security.rst

Discussion
----------

Update doc/providers/security.rst

typo is -> if
parents 04feaff0 4a0d746a
......@@ -308,7 +308,7 @@ You can check roles in Twig templates too:
<a href="/secured?_switch_user=fabien">Switch to Fabien</a>
{% endif %}
You can check is a user is "fully authenticated" (not an anonymous user for
You can check if a user is "fully authenticated" (not an anonymous user for
instance) with the special ``IS_AUTHENTICATED_FULLY`` role:
.. code-block:: jinja
......
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