From 64bf43205f5773b0b4e87568184027010144eb71 Mon Sep 17 00:00:00 2001 From: makoto-developer <72484465+makoto-developer@users.noreply.github.com> Date: Tue, 28 Jul 2026 19:25:42 +0900 Subject: [PATCH] Fix "idiosyncracies" -> "idiosyncrasies" typo --- lib/phoenix_html/form.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/phoenix_html/form.ex b/lib/phoenix_html/form.ex index de5f807..75b27ab 100644 --- a/lib/phoenix_html/form.ex +++ b/lib/phoenix_html/form.ex @@ -238,7 +238,7 @@ defmodule Phoenix.HTML.Form do @doc """ Normalizes an input `value` according to its input `type`. - Certain HTML input values must be cast, or they will have idiosyncracies + Certain HTML input values must be cast, or they will have idiosyncrasies when they are rendered. The goal of this function is to encapsulate this logic. In particular: