Skip to content

Commit 4a85969

Browse files
Fix typos in nodeTranslationSetup.ts
Co-authored-by: Morgan Chang <[email protected]>
1 parent a619891 commit 4a85969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nodeTranslationSetup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import * as l10n from '@vscode/l10n';
99
import { InitializeParams } from 'vscode-languageserver';
1010

1111
/**
12-
* Loads translations from the filesystem based on the configured locale and the folder of translations provided in hte initilaization parameters.
12+
* Loads translations from the filesystem based on the configured locale and the folder of translations provided in the initialization parameters.
1313
*
1414
* This is the default implementation when running as binary, but isn't used when running as a web worker.
1515
*

0 commit comments

Comments
 (0)