Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Truly an A+, errrr, +a commit
  • Loading branch information
killercup authored Oct 21, 2018
1 parent da7adc0 commit b774de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editors/code/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class Server {

Server.client = new lc.LanguageClient(
'ra-lsp',
'rust-analyzer languge server',
'rust-analyzer language server',
serverOptions,
clientOptions
);
Expand Down

0 comments on commit b774de6

Please sign in to comment.