Skip to content

Commit cd22900

Browse files
committed
Fix method of initialized notification
1 parent 9d3c21d commit cd22900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/specification/basic/lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ After successful initialization, the client **MUST** send an `initialized` notif
107107
```json
108108
{
109109
"jsonrpc": "2.0",
110-
"method": "initialized"
110+
"method": "notifications/initialized"
111111
}
112112
```
113113

0 commit comments

Comments
 (0)