Skip to content
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.

Commit

Permalink
fix: spelling error (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Carlston authored and buehler committed Nov 6, 2017
1 parent ddf4418 commit 5f371e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension/utilities/winstonLogger.ts
Expand Up @@ -66,7 +66,7 @@ class HandleUncatchedException extends Transport {
});

const result = await window.showErrorMessage(
'There was an uncought exception, do you want to see the logfile?',
'There was an uncaught exception, do you want to see the logfile?',
{ modal: true },
'Yes, show me.',
);
Expand Down

0 comments on commit 5f371e1

Please sign in to comment.