Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 44e4c51

Browse files
barbequealexheretic
authored andcommitted
Typo fix in warning message for unavailable toolchain (#103)
1 parent 3005a46 commit 44e4c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ class RustLanguageClient extends AutoLanguageClient {
424424
*/
425425
async _handleMissingToolchainMissingRls(toolchain) {
426426
const note = {
427-
description: '**Warning**: This toolchain is unavilable or missing Rls.',
427+
description: '**Warning**: This toolchain is unavailable or missing RLS.',
428428
buttons: [{
429429
text: 'Configure',
430430
onDidClick: () => atom.workspace.open('atom://config/packages/ide-rust')

0 commit comments

Comments
 (0)