Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuprog committed May 26, 2024
1 parent 9630814 commit aeabe37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ You may use `polymorphic_embed_inputs_for/2` when working with LiveView.

```elixir
<.form
let={f}
:let={f}
for={@changeset}
id="reminder-form"
phx-change="validate"
Expand Down
2 changes: 1 addition & 1 deletion lib/polymorphic_embed/html/form.ex
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if Code.ensure_loaded?(Phoenix.HTML) && Code.ensure_loaded?(Phoenix.HTML.Form) &
## Example
<.form
let={f}
:let={f}
for={@changeset}
id="reminder-form"
phx-change="validate"
Expand Down

0 comments on commit aeabe37

Please sign in to comment.