Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit fc17725

Browse files
Update docs/architecture/index.mdx
1 parent 4ee4cdc commit fc17725

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/architecture/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ classDef edgeLabel line-height:2;
126126

127127
- The **Client Browser** opens a WebSocket connection.
128128
- The **WebSocket** handles the connection lifecycle:
129-
- When the connection opens, it triggers the onConnect service.
130-
- Once the connection is established, messages from the client trigger the onMessage service.
131-
- When the connection closes, it triggers the onDisconnect service.
129+
- When the connection opens, it triggers the **onConnect** service.
130+
- Once the connection is established, messages from the client trigger the **onMessage** service.
131+
- When the connection closes, it triggers the **onDisconnect** service.
132132
- The **onMessage**, **onConnect** and **onDisconnect** handlers:
133133
- Interact with other cloud resources e.g. Buckets, KeyValue stores and APIs.
134134

0 commit comments

Comments
 (0)