about summary refs log tree commit diff
path: root/docs/dev
diff options
context:
space:
mode:
authorVeetaha <gersoh3@gmail.com>2020-02-16 23:33:23 +0200
committerGitHub <noreply@github.com>2020-02-16 23:33:23 +0200
commit351cc9021e7e3f91a4779852dabd2d2ed04faa0c (patch)
treedff9729f5bded703fe3a73d3f03542e67fc0fe96 /docs/dev
parent200a2475a2044f101f7bb70d053dafe3409b8ff6 (diff)
downloadrust-351cc9021e7e3f91a4779852dabd2d2ed04faa0c.tar.gz
rust-351cc9021e7e3f91a4779852dabd2d2ed04faa0c.zip
Add the article
Co-Authored-By: Laurențiu Nicola <lnicola@users.noreply.github.com>
Diffstat (limited to 'docs/dev')
-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 8208b14358a..86386dd0d69 100644
--- a/docs/dev/debugging.md
+++ b/docs/dev/debugging.md
@@ -22,7 +22,7 @@ where **only** your `rust-analyzer` extension is enabled.
 
 ## Debug TypeScript VSCode extension
 
-- `Run Extension` - runs the extension with globally installed `ra_lsp_server` binary.
+- `Run Extension` - runs the extension with the globally installed `ra_lsp_server` binary.
 - `Run Extension (Dev Server)` - runs extension with binary from your locally built `target/debug/ra_lsp_server`.
 
 TypeScript debugging is configured to watch your source edits and recompile.