Unnamed repository; edit this file 'description' to name the repository.
Merge pull request #22099 from BenjaminBrienen/fix-header
fix lsp-extensions section header
Chayim Refael Friedman 5 weeks ago
parent e794f62 · parent cdc4575 · commit adef948
-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.