task(architecture): address typo in architecture.md file about EncryptionSyncService

This commit is contained in:
Benjamin Bouvier
2024-11-12 16:08:19 +01:00
parent f341dc4131
commit 9dd2d5ee3c

View File

@@ -76,7 +76,7 @@ implement encryption at rest can use those primitives.
Very high-level primitives implementing the best practices and cutting-edge Matrix tech:
- `EncryptionService`: a specialized service running simplified sliding sync (MSC4186) for
- `EncryptionSyncService`: a specialized service running simplified sliding sync (MSC4186) for
everything related to crypto and E2EE for the current `Client`.
- `RoomListService`: a specialized service running simplified sliding sync (MSC4186) for
retrieving the list of current rooms, and exposing its entries.