# HG changeset patch # User Kim Alvefur # Date 1645558029 -3600 # Node ID ed9aa80c989d1dbeed16c434a4e90593be10b4f4 # Parent 3abbcb8584d2cd1d1032ec66a34a337a3b7a5754 mod_ping_muc: Fix typo in README diff -r 3abbcb8584d2 -r ed9aa80c989d mod_ping_muc/README.md --- a/mod_ping_muc/README.md Tue Feb 22 14:00:01 2022 +0100 +++ b/mod_ping_muc/README.md Tue Feb 22 20:27:09 2022 +0100 @@ -11,7 +11,7 @@ This module reacts to [server-to-server][doc:s2s] connections closing by performing [XEP-0410: MUC Self-Ping] from the server side to check if users are still connected to MUCs they have joined according -[mod_track_muc_joins]. If it can't be confirmed than the user is still +[mod_track_muc_joins]. If it can't be confirmed that the user is still joined then their client devices are notified about this allowing them to re-join.