Skip to content

Commit c437c70

Browse files
committed
minor #9906 Minor typo in csrf.rst (lmlsna)
This PR was submitted for the 4.1 branch but it was merged into the 4.0 branch instead (closes #9906). Discussion ---------- Minor typo in csrf.rst Add a "do" <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 222af71 Minor typo in csrf.rst
2 parents 9e860a1 + 222af71 commit c437c70

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
@@ -59,7 +59,7 @@ CSRF Protection in Symfony Forms
5959
--------------------------------
6060

6161
Forms created with the Symfony Form component include CSRF tokens by default
62-
and Symfony checks them automatically, so you don't have to anything to be
62+
and Symfony checks them automatically, so you don't have to do anything to be
6363
protected against CSRF attacks.
6464

6565
.. _form-csrf-customization:

0 commit comments

Comments
 (0)