Skip to content

Commit

Permalink
Fix typo in Notifier docs (#955)
Browse files Browse the repository at this point in the history
  • Loading branch information
axelclark authored Sep 21, 2023
1 parent 571a5fd commit 78ccf93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/oban/notifier.ex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Oban.Notifier do
channels.
Every Oban supervision tree contains a notifier process, registered as `Oban.Notifier`, which
must be an implementation of the `Oban.Notifier` behaviour. The default implementation is uses
must be an implementation of the `Oban.Notifier` behaviour. The default implementation uses
the `LISTEN/NOTIFY` operations built into Postgres.
All incoming notifications are relayed through the notifier to other processes.
Expand Down

0 comments on commit 78ccf93

Please sign in to comment.