diff --git a/technical/2.3.-Swarm.md b/technical/2.3.-Swarm.md
index 34b195a2e5b3e0a7e5b5a4219e6da7f33956c5ec..dca22562fcb911a8fccf01e85fe6899d62e07c2a 100644
--- a/technical/2.3.-Swarm.md
+++ b/technical/2.3.-Swarm.md
@@ -146,7 +146,7 @@ Note: Alice MUST be admins to vote
 
 + First, she votes for ban Bob. To do that, she creates the file in /votes/members/uri_bob/uri_alice (members can be replaced by devices for a device) and commits
 + Then she checks if the vote is resolved. This means that >50% of the admins agree to ban Bob (if she is alone, it's sure it's more than 50%).
-+ If the vote is resolved, files into /votes can be removed, all files for Bob in /members, /admins, /CRLs, /devices can be removed (or only in /devices if it's a device that is banned) and Bob's certificate can be placed into /banned/members/bob_uri.crt (or /banned/devices/uri.crt if a device is banned) and committed to the repo
++ If the vote is resolved, files into /votes can be removed, all files for Bob in /members, /admins, /invited, /CRLs, /devices can be removed (or only in /devices if it's a device that is banned) and Bob's certificate can be placed into /banned/members/bob_uri.crt (or /banned/devices/uri.crt if a device is banned) and committed to the repo
 + Then, Alice informs other users (outside Bob)
 
 ## Remove a conversation