Skip to content

Commit 309d62e

Browse files
Fix "idiosyncracies" -> "idiosyncrasies" typo (#473)
1 parent b21a2d0 commit 309d62e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/phoenix_html/form.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ defmodule Phoenix.HTML.Form do
238238
@doc """
239239
Normalizes an input `value` according to its input `type`.
240240
241-
Certain HTML input values must be cast, or they will have idiosyncracies
241+
Certain HTML input values must be cast, or they will have idiosyncrasies
242242
when they are rendered. The goal of this function is to encapsulate
243243
this logic. In particular:
244244

0 commit comments

Comments
 (0)