From 45cd6adba6ca5003855b1296a9f1acbb280363db Mon Sep 17 00:00:00 2001 From: Mathias Polligkeit <13847569+woylie@users.noreply.github.com> Date: Tue, 28 Feb 2023 00:45:42 +0900 Subject: [PATCH] docs: fix argument value (#414) --- lib/phoenix_html/form.ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/phoenix_html/form.ex b/lib/phoenix_html/form.ex index 2d1e2df..97e48af 100644 --- a/lib/phoenix_html/form.ex +++ b/lib/phoenix_html/form.ex @@ -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