diff --git a/microservices.md b/microservices.md index b5107fd..55a9a21 100644 --- a/microservices.md +++ b/microservices.md @@ -20,5 +20,5 @@ The auth-server is probably the only required microservice. It provides the sign ## Chat-Server -The chat server provides game-wide room-based chat between users. It requires a valid tokens from the auth-server, otherwise it works pretty simply - it records the chat between all rooms. +The chat server provides game-wide room-based chat between users. It requires a valid token from the auth-server, otherwise it works pretty simply - it records the chat between all rooms.