Merge pull request #663 from phansys/doc_typo

[minor] Small doc fix in index.md
This commit is contained in:
William Durand 2015-06-30 00:05:07 +02:00
commit a343bb7c45

View File

@ -353,7 +353,7 @@ You can also add some options to pass to the form. You just have to use the `opt
```php
input = {
"class" = "your_form_type",
"options" = {"method" => "PUT"},
"options" = {"method" = "PUT"},
}
```