Skip to content

Commit

Permalink
another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
acobster authored May 25, 2019
1 parent 1c5a065 commit 93604a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Displaying validation errors and submitted values is just as simple:

<a name="frontEndFormExample"></a>
```twig
{% if myform.has_errors %}
{% if myForm.has_errors %}
<p>Danger, Will Robinson! Your form has the following errors: {{ myForm.get_unique_error_messages|join(', ') }}</p>
{% elseif myForm.succeeded %}
<p>Success, thanks for the info!</p>
Expand Down

0 comments on commit 93604a4

Please sign in to comment.