Skip to content

Commit

Permalink
Fix formatter name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 authored and alanvardy committed Mar 30, 2022
1 parent 189e9a0 commit 7377fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/exzeitable/parameters.ex
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ defmodule Exzeitable.Parameters do
parent: %{default: nil},
assigns: %{default: %{}},
text: %{default: Exzeitable.Text.Default},
formatter: %{default: {Format, :fornat_field}}
formatter: %{default: {Format, :format_field}}
}

@default_fields [
Expand Down

0 comments on commit 7377fd9

Please sign in to comment.