Skip to content

Commit

Permalink
Merge pull request #42804 from aldonetti/patch-1
Browse files Browse the repository at this point in the history
typos corrected
  • Loading branch information
Tyriar authored Feb 5, 2018
2 parents 526b454 + f40cda3 commit 36076b9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,13 +153,13 @@ configurationRegistry.registerConfiguration({
'terminal.integrated.fontWeight': {
'type': 'string',
'enum': ['normal', 'bold', '100', '200', '300', '400', '500', '600', '700', '800', '900'],
'description': nls.localize('terminal.integrated.fontWeight', "The font weight to use within the termianl for non-bold text."),
'description': nls.localize('terminal.integrated.fontWeight', "The font weight to use within the terminal for non-bold text."),
'default': 'normal'
},
'terminal.integrated.fontWeightBold': {
'type': 'string',
'enum': ['normal', 'bold', '100', '200', '300', '400', '500', '600', '700', '800', '900'],
'description': nls.localize('terminal.integrated.fontWeightBold', "The font weight to use within the termianl for bold text."),
'description': nls.localize('terminal.integrated.fontWeightBold', "The font weight to use within the terminal for bold text."),
'default': 'bold'
},
'terminal.integrated.cursorBlinking': {
Expand Down

0 comments on commit 36076b9

Please sign in to comment.