Merge pull request #149 from killercup/patch-1

Fix a small typo
This commit is contained in:
Aleksey Kladov 2018-10-22 10:49:51 +03:00 committed by GitHub
commit 5a64b9a811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ export class Server {
Server.client = new lc.LanguageClient(
'ra-lsp',
'rust-analyzer languge server',
'rust-analyzer language server',
serverOptions,
clientOptions
);