Fixed typo in comment.

This commit is contained in:
Eric Traut 2021-09-21 16:50:27 -07:00
parent b5f2dc2801
commit 8057c63bc1

View File

@ -3,7 +3,7 @@
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT license.
*
* Implements utilities for starting the langauge server in a node environment.
* Implements utilities for starting the language server in a node environment.
*/
import { Connection, ConnectionOptions } from 'vscode-languageserver';