Bläddra i källkod

Typo fix for README.md

Minjun Shin 4 år sedan
förälder
incheckning
4056fc9319
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -1397,7 +1397,7 @@ def Settings( **kwargs ):
     return { 'ls': { 'java.format.onType.enabled': True } }
     return { 'ls': { 'java.format.onType.enabled': True } }
 ```
 ```
 
 
-The `ls` key tells YCM that the dictionary should be passed to thet LSP server.
+The `ls` key tells YCM that the dictionary should be passed to the LSP server.
 For each of the LSP server's configuration you should look up the respective
 For each of the LSP server's configuration you should look up the respective
 server's documentation.
 server's documentation.