about summary refs log tree commit diff
path: root/docs/dev
diff options
context:
space:
mode:
authorMartin Grönlund <3044707+martingronlund@users.noreply.github.com>2019-07-15 21:41:43 +0200
committerGitHub <noreply@github.com>2019-07-15 21:41:43 +0200
commit23ac4cd636725fd7975e6e8dfc3f34cb8756ee52 (patch)
treecb4772da13493555d10a21daecac94138271fcff /docs/dev
parent8eb5a1556d88c476b146ae1ff64339c479abe924 (diff)
downloadrust-23ac4cd636725fd7975e6e8dfc3f34cb8756ee52.tar.gz
rust-23ac4cd636725fd7975e6e8dfc3f34cb8756ee52.zip
fix: spelling
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/architecture.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/architecture.md b/docs/dev/architecture.md
index cf714d659ef..9e9651801a2 100644
--- a/docs/dev/architecture.md
+++ b/docs/dev/architecture.md
@@ -132,7 +132,7 @@ offsets and strings as output. This works on top of rich code model powered by
 
 ### `crates/ra_lsp_server`
 
-An LSP implementation which wraps `ra_ide_api` into a langauge server protocol.
+An LSP implementation which wraps `ra_ide_api` into a language server protocol.
 
 ### `ra_vfs`