Skip to content

Commit c3880e4

Browse files
committed
chore: update docs format
1 parent 2311334 commit c3880e4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/kit/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ DevTools Kit offers a complete toolkit for building DevTools integrations:
3434
│ └────────────────┼────────────────────┘ │
3535
│ │ │
3636
│ ┌─────┴─────┐ │
37-
│ │ RPC Client
37+
│ │ RPC Client
3838
│ └─────┬─────┘ │
3939
└──────────────────────────┼──────────────────────────────────┘
4040
│ WebSocket
4141
┌──────────────────────────┼──────────────────────────────────┐
4242
│ ┌─────┴─────┐ │
43-
│ │ RPC Server
43+
│ │ RPC Server
4444
│ └─────┬─────┘ │
4545
│ │ │
4646
│ ┌───────────────────────┼───────────────────────────────┐ │

docs/kit/rpc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ DevTools Kit provides a built-in RPC layer for type-safe bidirectional communica
1212
┌─────────────────────────────────────────────────────────┐
1313
│ Browser Client │
1414
│ │
15-
│ await rpc.call('my-plugin:get-data', id) │
15+
│ await rpc.call('my-plugin:get-data', id)
1616
│ │ │
1717
│ ▼ │
1818
└─────────────────────────┼───────────────────────────────┘
1919
│ WebSocket
2020
┌─────────────────────────┼───────────────────────────────┐
2121
│ ▼ │
22-
│ handler: async (id) => fetchData(id) │
22+
│ handler: async (id) => fetchData(id)
2323
│ │
2424
│ Node.js Server │
2525
└─────────────────────────────────────────────────────────┘

0 commit comments

Comments
 (0)