Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/phoenix_html/form.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down