From 7eccee0a3692f109233d6d692c89d4b0cb779eff Mon Sep 17 00:00:00 2001 From: Javier Spagnoletti Date: Mon, 29 Jun 2015 13:30:59 -0300 Subject: [PATCH] [minor] Small doc fix in index.md | Q | A | ------------- | --- | Doc fix? | yess | Fixed tickets | | License | MIT | Doc PR | Small fix in ```index.md```. --- Resources/doc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}, } ```