Skip to content

Commit

Permalink
docs: fix argument value (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
woylie committed Feb 27, 2023
1 parent 77db8d5 commit 45cd6ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/phoenix_html/form.ex
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ defmodule Phoenix.HTML.Form do
* For "datetime-local" types, it converts `DateTime` and
`NaiveDateTime` to strings without the second precision
* For "checkboxes" types, it returns a boolean depending if
the input is "true" or not
* For "checkbox" types, it returns a boolean depending on
whether the input is "true" or not
* For "textarea", it prefixes a newline to ensure newlines
won't be ignored on submission. This requires however
Expand Down

0 comments on commit 45cd6ad

Please sign in to comment.