From 57e2eb3d6716bfc5ee166e390cc0110d8ed68aef Mon Sep 17 00:00:00 2001 From: Lucas Mlsna <30895125+lmlsna@users.noreply.github.com> Date: Sat, 9 Jun 2018 14:33:38 -0700 Subject: [PATCH] Minor typo in csrf.rst Add a "do" --- security/csrf.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/csrf.rst b/security/csrf.rst index 9ef500af9ed..4a2ae3ae290 100644 --- a/security/csrf.rst +++ b/security/csrf.rst @@ -59,7 +59,7 @@ CSRF Protection in Symfony Forms -------------------------------- Forms created with the Symfony Form component include CSRF tokens by default -and Symfony checks them automatically, so you don't have to anything to be +and Symfony checks them automatically, so you don't have to do anything to be protected against CSRF attacks. .. _form-csrf-customization: