From e3fbf1e8ec07d76a1447254b6d62dbfa46da33e0 Mon Sep 17 00:00:00 2001 From: Filipe Azevedo Date: Mon, 14 Nov 2022 10:11:04 +0000 Subject: [PATCH] generate docs --- book/src/generated/typable-cmd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/generated/typable-cmd.md b/book/src/generated/typable-cmd.md index cf9d604052836..98e2b452cd84d 100644 --- a/book/src/generated/typable-cmd.md +++ b/book/src/generated/typable-cmd.md @@ -44,7 +44,7 @@ | `:show-directory`, `:pwd` | Show the current working directory. | | `:encoding` | Set encoding. Based on `https://encoding.spec.whatwg.org`. | | `:reload` | Discard changes and reload from the source file. | -| `:reload-all`, `:ra` | Discard changes and reload all documents from the source file. | +| `:reload-all` | Discard changes and reload all documents from the source file. | | `:update` | Write changes only if the file has been modified. | | `:lsp-workspace-command` | Open workspace command picker | | `:lsp-restart` | Restarts the Language Server that is in use by the current doc |