Skip to content

Commit 7018e34

Browse files
hori-ryotaautozimu
authored andcommitted
Fix typo CLient to Client
1 parent c9bb3b5 commit 7018e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/LanguageClient.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ In the example above, 'run', 'stable', and 'rls' are arguments to the
8080
'rustup' command line tool.
8181

8282
Or tcp connection string to the server, >
83-
let g:LanguageCLient_serverCommands = {
83+
let g:LanguageClient_serverCommands = {
8484
\ 'javascript': ['tcp://127.0.0.1:2089'],
8585
\ }
8686

0 commit comments

Comments
 (0)