Skip to content

Commit

Permalink
Fix typo in peer docs (#1046)
Browse files Browse the repository at this point in the history
  • Loading branch information
solar05 authored Feb 25, 2024
1 parent 45e5ef8 commit cf01577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/oban/peer.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Oban.Peer do
@moduledoc """
The `Peer` module maintains leadership for a particular Oban instance within a cluster.
Leadership is used by plugins, primarily, to prevent duplicate work accross nodes. For example,
Leadership is used by plugins, primarily, to prevent duplicate work across nodes. For example,
only the leader's `Cron` plugin will try inserting new jobs. You can use peer leadership to
extend Oban with custom plugins, or even within your own application.
Expand Down

0 comments on commit cf01577

Please sign in to comment.