From 15c5a133d1c4a22ebc2df639e9d4e741a4179230 Mon Sep 17 00:00:00 2001 From: KoalaSat Date: Fri, 27 Jun 2025 15:38:37 +0000 Subject: [PATCH] Update docs.md --- development/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/docs.md b/development/docs.md index 5f1b3f51..61a150be 100644 --- a/development/docs.md +++ b/development/docs.md @@ -4,7 +4,7 @@ ### Garage -The `Garage` contains users' tokens separated by `Slots`. Every `Slot` stores the core data generated with the token and a set of `Robots`. Each `Robot` fetches the information that a `Coordinator` has about that specific token. Tokens should always be sent to all coordinators upon creation or recovery to ensure consistency and a good user experience. +The `Garage` contains user's tokens separated by `Slots`. Every `Slot` stores the core data generated with the token and a set of `Robots`. Each `Robot` fetches the information that a `Coordinator` has about that specific token. Tokens should always be sent to all coordinators upon creation or recovery to ensure consistency and a good user experience.