about summary refs log tree commit diff
path: root/docs/dev/debugging.md
diff options
context:
space:
mode:
authorVeetaha <gersoh3@gmail.com>2020-02-16 23:38:25 +0200
committerGitHub <noreply@github.com>2020-02-16 23:38:25 +0200
commit329a1b665d88fbba2da7d09539dc12f26e41525c (patch)
tree1ddc72e39a557c7185255cdeca6f70db8e2808f8 /docs/dev/debugging.md
parentdc90507dbeccc62ee14b45df83ee6f5f4baae24d (diff)
downloadrust-329a1b665d88fbba2da7d09539dc12f26e41525c.tar.gz
rust-329a1b665d88fbba2da7d09539dc12f26e41525c.zip
Add an article
Co-Authored-By: Laurențiu Nicola <lnicola@users.noreply.github.com>
Diffstat (limited to 'docs/dev/debugging.md')
-rw-r--r--docs/dev/debugging.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/debugging.md b/docs/dev/debugging.md
index 4ff3fc5726a..c8b4669316c 100644
--- a/docs/dev/debugging.md
+++ b/docs/dev/debugging.md
@@ -26,7 +26,7 @@ where **only** your `rust-analyzer` extension is enabled.
 - `Run Extension (Dev Server)` - runs extension with the locally built LSP server (`target/debug/ra_lsp_server`).
 
 TypeScript debugging is configured to watch your source edits and recompile.
-To apply changes to already running debug process press <kbd>Ctrl+Shift+P</kbd> and run the following command in your `[Extension Development Host]`
+To apply changes to an already running debug process press <kbd>Ctrl+Shift+P</kbd> and run the following command in your `[Extension Development Host]`
 
 ```
 > Developer: Reload Window