Commit 4bd46b80 authored by Fabien Potencier's avatar Fabien Potencier

merged branch Adel-E/patch-3 (PR #444)

Commits
-------

54045936 Fix typo

Discussion
----------

Fix typo
parents 81bafcc6 54045936
...@@ -23,7 +23,7 @@ Example ...@@ -23,7 +23,7 @@ Example
$form = $app['form.factory']->createBuilder('form', null, array('csrf_protection' => false)); $form = $app['form.factory']->createBuilder('form', null, array('csrf_protection' => false));
That's it, your form could be submited from everywhere without CSRF Protection. That's it, your form could be submitted from everywhere without CSRF Protection.
Going further Going further
------------- -------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment