Skip to content

Commit

Permalink
Merge pull request #23784 from DickvdBrink/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in terminal.contribution description
  • Loading branch information
Tyriar authored Apr 1, 2017
2 parents 01d1e95 + 07ca248 commit 6f42a23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ configurationRegistry.registerConfiguration({
},
'terminal.integrated.enableBold': {
'type': 'boolean',
'description': nls.localize('terminal.integrated.enableBold', "Whether to enable bold text within the terminal, this requires support from the termianl shell."),
'description': nls.localize('terminal.integrated.enableBold', "Whether to enable bold text within the terminal, this requires support from the terminal shell."),
'default': true
},
'terminal.integrated.cursorBlinking': {
Expand Down

0 comments on commit 6f42a23

Please sign in to comment.