Skip to content

Commit a9515fb

Browse files
committed
Fix CR issue
1 parent 936df97 commit a9515fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/csrf.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Suppose you want a CSRF token per item, so in the template you have something li
193193
</form>
194194

195195
The :class:`Symfony\\Component\\Security\\Http\\Attribute\\IsCsrfTokenValid`
196-
attribute also accept an :class:`Symfony\\Component\\ExpressionLanguage\\Expression`
196+
attribute also accepts an :class:`Symfony\\Component\\ExpressionLanguage\\Expression`
197197
object evaluated to the id::
198198

199199
use Symfony\Component\HttpFoundation\Request;

0 commit comments

Comments
 (0)