We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65d26da commit 30ffae1Copy full SHA for 30ffae1
1 file changed
docs/protocol/extensibility.mdx
@@ -38,7 +38,7 @@ The protocol reserves any method name starting with an underscore (`_`) for cust
38
Extension methods follow standard [JSON-RPC 2.0](https://www.jsonrpc.org/specification) semantics:
39
40
- **[Requests](https://www.jsonrpc.org/specification#request_object)** - Include an `id` field and expect a response
41
-- **[Notifications](https://www.jsonrpc.org/specification#notification)** - Omit the `id` field and are one-way (fire-and-forget)
+- **[Notifications](https://www.jsonrpc.org/specification#notification)** - Omit the `id` field and are one-way
42
43
### Custom Requests
44
0 commit comments