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: