diff --git a/lib/phoenix_html/form.ex b/lib/phoenix_html/form.ex index 80b7888..67e8c8b 100644 --- a/lib/phoenix_html/form.ex +++ b/lib/phoenix_html/form.ex @@ -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(),