We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da7adc0 commit b774de6Copy full SHA for b774de6
editors/code/src/server.ts
@@ -25,7 +25,7 @@ export class Server {
25
26
Server.client = new lc.LanguageClient(
27
'ra-lsp',
28
- 'rust-analyzer languge server',
+ 'rust-analyzer language server',
29
serverOptions,
30
clientOptions
31
);
0 commit comments