Skip to content

Commit

Permalink
Mention FormHelper::button() too.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndm2 committed Jan 26, 2016
1 parent 59adc46 commit 64157f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Helper/FormHelper.php
Expand Up @@ -1613,7 +1613,7 @@ public function postButton($title, $url, array $options = [])
* a view block that can be rendered outside of the main form.
*
* If all you are looking for is a button to submit your form, then you should use
* `FormHelper::submit()` instead.
* `FormHelper::button()` or `FormHelper::submit()` instead.
*
* ### Options:
*
Expand Down

0 comments on commit 64157f5

Please sign in to comment.