Skip to content

Commit

Permalink
Fixed typo about _token field name for CSRF protection
Browse files Browse the repository at this point in the history
  • Loading branch information
JMLamodiere committed Jun 4, 2015
1 parent ecd68c5 commit c4bc7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/form/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ above snippet and make sure that nobody except your web server can access
the secret.

Internally, this extension will automatically add a hidden field to every
form (called ``__token`` by default) whose value is automatically generated
form (called ``_token`` by default) whose value is automatically generated
and validated when binding the form.

.. tip::
Expand Down

0 comments on commit c4bc7e7

Please sign in to comment.