about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--docs/user/readme.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/readme.adoc b/docs/user/readme.adoc
index 8780a2995d1..8f741aaa9ef 100644
--- a/docs/user/readme.adoc
+++ b/docs/user/readme.adoc
@@ -73,7 +73,7 @@ Note that installing via `xtask install` does not work for VS Code Remote, inste
 
 Other editors generally require `ra_lsp_server` binary to be in `$PATH`.
 You can download pre-build binary from
-https://github.com/rust-analyzer/rust-analyzer/releases[relases]
+https://github.com/rust-analyzer/rust-analyzer/releases[releases]
 page, or you can install it from source using the following command:
 
 [source,bash]