mirror of
https://codeberg.org/JasterV/jaster.xyz.git
synced 2026-04-26 18:10:01 +00:00
[fix] typos
This commit is contained in:
parent
293fdcee2a
commit
bdf61e70af
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ firmware.notifications -> third_party_notifications_service: send_notification {
|
|||
|
||||
[Phoenix PubSub](https://github.com/phoenixframework/phoenix_pubsub) is a known Elixir library that comes with the Phoenix framework.
|
||||
|
||||
It is a generic PubSub library which enables us to implement a publish-subscribe pattern in our Elixir applications.
|
||||
It is a generic PubSub library that enables us to implement a publish-subscribe pattern in our Elixir applications.
|
||||
|
||||
It supports distribution by default (publishing and subscribing between erlang nodes) and multiple backends including Redis.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue