notebook.selectedCellBorder: fix typo

This commit is contained in:
Martin Aeschlimann 2020-12-09 10:59:43 +01:00
parent e6fc328247
commit c6f4565a20

View file

@ -2022,7 +2022,7 @@ export const selectedCellBorder = registerColor('notebook.selectedCellBorder', {
dark: notebookCellBorder,
light: notebookCellBorder,
hc: contrastBorder
}, nls.localize('notebook.selectedCellBorder', "The color of the cell's top and bottom border when the cell is selected but not focusd."));
}, nls.localize('notebook.selectedCellBorder', "The color of the cell's top and bottom border when the cell is selected but not focused."));
export const focusedCellBorder = registerColor('notebook.focusedCellBorder', {
dark: focusBorder,