Skip to content

Commit 63c89ae

Browse files
fix: typo
1 parent 4cf4c73 commit 63c89ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export function validateEngineCompatibility(version: string): void {
5050
/**
5151
* User shouldn't use a newer version of @types/vscode than the one specified in engines.vscode
5252
*
53-
* NOTE: This is enforced at the major and minor level., Since we don't have control over the patch
53+
* NOTE: This is enforced at the major and minor level. Since we don't have control over the patch
5454
* version (it's auto-incremented by DefinitelyTyped), we don't look at the patch version at all.
5555
*/
5656
export function validateVSCodeTypesCompatibility(engineVersion: string, typeVersion: string): void {

0 commit comments

Comments
 (0)