Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalser committed Apr 6, 2020
1 parent 1042869 commit f259218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/json_serde.ex
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ defmodule JsonSerde do
### Custom Structs
The type key included in all structs is defaulted to "__data_type__" can be customized by:
The type key included in all structs is defaulted to "__data_type__" but can be customized by:
config :json_serde, :type_key, "type"
Expand Down

0 comments on commit f259218

Please sign in to comment.