Skip to content

Commit

Permalink
Correct spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Strech committed Nov 26, 2023
1 parent a076caa commit e3866a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/avrora/config.ex
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defmodule Avrora.Config do
* `registry_schemas_autoreg` automatically register schemas in Schema Registry, default `true`
* `convert_null_values` convert `:null` values in the decoded message into `nil`, default `true`
* `convert_map_to_proplist` bring back old behavior and configure decoding AVRO map-type as proplist, default `false`
* `decode_logical_types` convert decvoded AVRO primitive or complex type into corresponding Elixir representation, default `true`
* `decode_logical_types` convert decoded AVRO primitive or complex type into corresponding Elixir representation, default `true`
* `names_cache_ttl` duration to cache global schema names millisecods, default `:infinity`
* `decoder_hook` function to amend decoded payload, default `fn _, _, data, fun -> fun.(data) end`
Expand Down

0 comments on commit e3866a0

Please sign in to comment.