about summary refs log tree commit diff
path: root/docs/user
diff options
context:
space:
mode:
authorJosh Stone <cuviper@gmail.com>2020-12-09 11:25:05 -0800
committerGitHub <noreply@github.com>2020-12-09 11:25:05 -0800
commitbb412f314db01fb7fe356b658fe36e21fa9fb4fb (patch)
treee6e048ca42f1bce771d7981e6714edfc57383ab5 /docs/user
parent928d4c6744d4b06bb1d67ea9b967c27342eea38c (diff)
downloadrust-bb412f314db01fb7fe356b658fe36e21fa9fb4fb.tar.gz
rust-bb412f314db01fb7fe356b658fe36e21fa9fb4fb.zip
Fix a typo in manual.adoc
Diffstat (limited to 'docs/user')
-rw-r--r--docs/user/manual.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc
index f506d243fe8..d8590168688 100644
--- a/docs/user/manual.adoc
+++ b/docs/user/manual.adoc
@@ -263,7 +263,7 @@ If you get an error saying `No such file or directory: 'rust-analyzer'`, see the
 
 GNOME Builder 3.37.1 and newer has native `rust-analyzer` support. If the LSP binary is not available, GNOME Builder can install it when opening a Rust file.
 
-== Configration
+== Configuration
 
 rust-analyzer is configured via LSP messages, which means that it's up to the editor to decide on the exact format and location of configuration files.
 Please consult your editor's documentation to learn how to configure LSP servers.