Skip to content

Commit

Permalink
fix typo in form-bindings.md (#2780)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheArrowsmith authored Aug 20, 2023
1 parent 8768c90 commit 214a4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/client/form-bindings.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ For example, your `MyAppWeb.CoreComponents` may use this function:
]}
{@rest}
/>
<.error :for={msg <- @errors}><%%= msg %></.error>
<.error :for={msg <- @errors}><%= msg %></.error>
</div>
"""
end
Expand Down

0 comments on commit 214a4fa

Please sign in to comment.