Skip to content

Commit

Permalink
Fix typo (#2870)
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky authored Mar 25, 2023
1 parent a6a71b0 commit d25af23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ export function activate(context: ExtensionContext) {
);
})
.catch((err) => {
loggingService.logError("Eerror registering extension", err);
loggingService.logError("Error registering extension", err);
});
}

0 comments on commit d25af23

Please sign in to comment.