Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerLeonhardt committed Dec 16, 2021
1 parent 4cf4c73 commit 63c89ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export function validateEngineCompatibility(version: string): void {
/**
* User shouldn't use a newer version of @types/vscode than the one specified in engines.vscode
*
* NOTE: This is enforced at the major and minor level., Since we don't have control over the patch
* NOTE: This is enforced at the major and minor level. Since we don't have control over the patch
* version (it's auto-incremented by DefinitelyTyped), we don't look at the patch version at all.
*/
export function validateVSCodeTypesCompatibility(engineVersion: string, typeVersion: string): void {
Expand Down

0 comments on commit 63c89ae

Please sign in to comment.