docs: typo in simplex-chat.md (#4037)

typo fix
This commit is contained in:
Esra'a Al Shafei
2024-04-22 10:26:41 -07:00
committed by GitHub
parent bda0917787
commit 7c74f02d01
+1 -1
View File
@@ -10,7 +10,7 @@ Evgeny Poberezkin
## Abstract
SimpleX Chat Protocol is a protocol used to by SimpleX Chat clients to exchange messages. This protocol relies on lower level SimpleX protocols - SimpleX Messaging Protocol (SMP) and SimpleX Messaging Agent protocol. SimpleX Chat Protocol describes the format of messages and the client operations that should be performed when receiving such messages.
SimpleX Chat Protocol is a protocol used by SimpleX Chat clients to exchange messages. This protocol relies on lower level SimpleX protocols - SimpleX Messaging Protocol (SMP) and SimpleX Messaging Agent protocol. SimpleX Chat Protocol describes the format of messages and the client operations that should be performed when receiving such messages.
## Scope