about summary refs log tree commit diff
path: root/docs/dev/debugging.md
diff options
context:
space:
mode:
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 5a942ba5de3..8208b14358a 100644
--- a/docs/dev/debugging.md
+++ b/docs/dev/debugging.md
@@ -48,7 +48,7 @@ To apply changes to already running debug process press <kbd>Ctrl+Shift+P</kbd>
     debug = 2
   ```
 
-- Select `Run Extension (Dev Server)` to run your local built `target/debug/ra_lsp_server`.
+- Select `Run Extension (Dev Server)` to run your locally built `target/debug/ra_lsp_server`.
 
 - In the original VSCode window once again select `Attach To Server` debug configuration.