[fix] typo

This commit is contained in:
JasterV 2025-06-05 23:02:47 +02:00
parent 6e387d6c8d
commit b1d316cc18

View file

@ -490,7 +490,7 @@ There are some drawbacks though:
- Debugging becomes harder. - Debugging becomes harder.
- You are introducing an extra of asynchronous broadcast messaging and therefore your elixir processes become harder to debug. - You are introducing an extra layer of asynchronous broadcast messaging and therefore your elixir processes become harder to debug.
- Event delivery is not ensured. - Event delivery is not ensured.