Skip to content

Commit

Permalink
task(architecture): address typo in architecture.md file about `Encry…
Browse files Browse the repository at this point in the history
…ptionSyncService`
  • Loading branch information
bnjbvr committed Nov 12, 2024
1 parent f341dc4 commit 9dd2d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9dd2d5e

Please sign in to comment.