Skip to content

Commit

Permalink
Merge pull request #85 from summerwind/fix-initialized-notification-m…
Browse files Browse the repository at this point in the history
…ethod

Fix method of initialized notification on the Lifecycle page
  • Loading branch information
dsp-ant authored Dec 2, 2024
2 parents b9d368f + cd22900 commit 7b8e87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/specification/basic/lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ After successful initialization, the client **MUST** send an `initialized` notif
```json
{
"jsonrpc": "2.0",
"method": "initialized"
"method": "notifications/initialized"
}
```

Expand Down

0 comments on commit 7b8e87c

Please sign in to comment.