Unnamed repository; edit this file 'description' to name the repository.
fix lsp-extensions section header
BenjaminBrienen 5 weeks ago
parent 2541da9 · commit cdc4575
-rw-r--r--docs/book/src/contributing/lsp-extensions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/book/src/contributing/lsp-extensions.md b/docs/book/src/contributing/lsp-extensions.md
index 28fb979b01..8ba6f6ab53 100644
--- a/docs/book/src/contributing/lsp-extensions.md
+++ b/docs/book/src/contributing/lsp-extensions.md
@@ -653,7 +653,7 @@ Note that this functionality is intended primarily to inform the end user about
In particular, it's valid for the client to completely ignore this extension.
Clients are discouraged from but are allowed to use the `health` status to decide if it's worth sending a request to the server.
-### Controlling Flycheck
+## Controlling Flycheck
The flycheck/checkOnSave feature can be controlled via notifications sent by the client to the server.