From f93bdbe25a58e08958a8504fd57987cb6206cfc8 Mon Sep 17 00:00:00 2001 From: aurac Date: Wed, 24 Jul 2024 11:27:55 +0200 Subject: [PATCH] Update csrf.rst Fixed a typo --- security/csrf.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/csrf.rst b/security/csrf.rst index 61337e71be4..48e1a09ec2a 100644 --- a/security/csrf.rst +++ b/security/csrf.rst @@ -108,7 +108,7 @@ CSRF Protection in Symfony Forms :doc:`Symfony Forms ` include CSRF tokens by default and Symfony also checks them automatically for you. So, when using Symfony Forms, you don't have -o do anything to be protected against CSRF attacks. +to do anything to be protected against CSRF attacks. .. _form-csrf-customization: