Skip to content

Commit 36d1bac

Browse files
committed
Fixing bad english thanks to xabbuh
1 parent 11b9d23 commit 36d1bac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/cache/form_csrf_caching.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ need to be cautious if you try to cache pages with forms including them.
1010
For more information about how CSRF protection works in Symfony, please
1111
check :ref:`CSRF Protection <forms-csrf>`.
1212

13-
Why Caching Pages with a CSRF token are Problematic
14-
---------------------------------------------------
13+
Why Caching Pages with a CSRF token is Problematic
14+
--------------------------------------------------
1515

1616
Typically, each user is assigned a unique CSRF token, which is stored in
1717
the session for validation. This means that if you *do* cache a page with

0 commit comments

Comments
 (0)