diff --git a/src/Common.elm b/src/Common.elm index bf664aa..73ea17c 100644 --- a/src/Common.elm +++ b/src/Common.elm @@ -220,6 +220,7 @@ toTypeName (UnsafeName name) = |> Maybe.map (\( first, rest ) -> String.cons first (String.replace "-" " " rest)) |> Maybe.withDefault "" |> String.replace "_" " " + |> String.replace "." " " |> String.trim |> String.Extra.toTitleCase |> removeSymbols ' '