Skip to content

Commit

Permalink
Update lib/phoenix_html/form.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Feb 6, 2024
1 parent 3b960be commit 323a65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phoenix_html/form.ex
Expand Up @@ -75,7 +75,7 @@ defmodule Phoenix.HTML.Form do
source: Phoenix.HTML.FormData.t(),
name: String.t(),
data: %{field => term},
action: nil | atom() | String.t(),
action: atom(),
params: %{binary => term},
hidden: Keyword.t(),
options: Keyword.t(),
Expand Down

0 comments on commit 323a65a

Please sign in to comment.