diff --git a/Resources/doc/index.md b/Resources/doc/index.md index b93261f..6185cd3 100644 --- a/Resources/doc/index.md +++ b/Resources/doc/index.md @@ -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"}, } ```