diff --git a/_specifications/lsp/3.17/language/pullDiagnostics.md b/_specifications/lsp/3.17/language/pullDiagnostics.md index 17d9dfb..a1f3c85 100644 --- a/_specifications/lsp/3.17/language/pullDiagnostics.md +++ b/_specifications/lsp/3.17/language/pullDiagnostics.md @@ -88,7 +88,7 @@ export interface DiagnosticRegistrationOptions extends The text document diagnostic request is sent from the client to the server to ask the server to compute the diagnostics for a given document. As with other pull requests the server is asked to compute the diagnostics for the currently synced version of the document. _Request_: -* method: 'textDocument/diagnostic'. +* method: `textDocument/diagnostic`. * params: `DocumentDiagnosticParams` defined as follows:
@@ -309,7 +309,7 @@ If a client receives a diagnostic report for a document in a workspace diagnosti - diagnostics from a document pull should win over diagnostics from a workspace pull. _Request_: -* method: 'workspace/diagnostic'. +* method: `workspace/diagnostic`. * params: `WorkspaceDiagnosticParams` defined as follows: