Skip to content

Commit 424152e

Browse files
committed
Fix CR issues
1 parent 1163470 commit 424152e

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
@@ -2466,7 +2466,7 @@ you have the following two options.
24662466

24672467
Firstly, if you've given *every* user ``ROLE_USER``, you can check for that role.
24682468

2469-
Secondly, you can use a special "attribute" ``IS_AUTHENTICATED_FULLY`` in place of a role::
2469+
Secondly, you can use the special "attribute" ``IS_AUTHENTICATED_FULLY`` in place of a role::
24702470

24712471
// ...
24722472

0 commit comments

Comments
 (0)