Skip to content

Commit

Permalink
Fix comment for editor.folding setting
Browse files Browse the repository at this point in the history
Fixes #3478
  • Loading branch information
Tyriar committed Feb 26, 2016
1 parent b80659e commit 21aef8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/editor/common/config/commonEditorConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@ configurationRegistry.registerConfiguration({
'editor.folding' : {
'type': 'boolean',
'default': DefaultConfig.editor.folding,
'description': nls.localize('folding', "Controls wheter the editor has code folding enabled")
'description': nls.localize('folding', "Controls whether the editor has code folding enabled")
},
'diffEditor.renderSideBySide' : {
'type': 'boolean',
Expand Down

0 comments on commit 21aef8d

Please sign in to comment.