aboutsummaryrefslogtreecommitdiff
path: root/book
diff options
context:
space:
mode:
authorPhilipp Mildenberger2023-03-13 14:01:11 +0000
committerPhilipp Mildenberger2023-05-18 19:48:32 +0000
commit74e21e1b250be884242596cbd7d98b098bb0fd0c (patch)
tree410f5ae73526d9231eae6e54744932e91ff42cde /book
parent7d4f7eb4bda6e507e253cb276ccce254fdd51575 (diff)
Fix some lints/docgen hints
Diffstat (limited to 'book')
-rw-r--r--book/src/generated/typable-cmd.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/generated/typable-cmd.md b/book/src/generated/typable-cmd.md
index 0c377b3b..cc2e87ea 100644
--- a/book/src/generated/typable-cmd.md
+++ b/book/src/generated/typable-cmd.md
@@ -50,7 +50,7 @@
| `:reload-all` | Discard changes and reload all documents from the source files. |
| `:update`, `:u` | Write changes only if the file has been modified. |
| `:lsp-workspace-command` | Open workspace command picker |
-| `:lsp-restart` | Restarts the language servers used by the currently opened file |
+| `:lsp-restart` | Restarts the language servers used by the current doc |
| `:lsp-stop` | Stops the Language Server that is in use by the current doc |
| `:tree-sitter-scopes` | Display tree sitter scopes, primarily for theming and development. |
| `:debug-start`, `:dbg` | Start a debug session from a given template with given parameters. |