mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 13:43:07 +00:00
Fixed misspelled word.
This commit is contained in:
parent
ef2bdc0811
commit
bd2ea44587
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ export class ExceptionWidget extends ZoneWidget {
|
|||
this.container.style.lineHeight = `${fontInfo.lineHeight}px`;
|
||||
|
||||
let title = $('.title');
|
||||
title.textContent = nls.localize('exceptionThrown', 'Exception occured');
|
||||
title.textContent = nls.localize('exceptionThrown', 'Exception occurred');
|
||||
dom.append(container, title);
|
||||
|
||||
const thread = this.debugService.getViewModel().focusedThread;
|
||||
|
|
Loading…
Reference in a new issue