Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo "deafult" -> "default" #331

Merged
merged 1 commit into from
Dec 13, 2018
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/kafka_ex/consumer_group.ex
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defmodule KafkaEx.ConsumerGroup do
Kafka broker initiates group synchronization by asking one of the group
members (the leader elected by the broker) to provide partition assignments
for the whole group. KafkaEx uses a round robin partition assignment
algorithm by deafult. This can be overridden by passing a callback function
algorithm by default. This can be overridden by passing a callback function
in the `:partition_assignment_callback` option. See
`KafkaEx.ConsumerGroup.PartitionAssignment` for details on partition
assignment functions.
Expand Down