Skip to content

Commit 87d5346

Browse files
authored
small typo (microsoft#175154)
1 parent aa9dd05 commit 87d5346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/browser/workbench.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
272272
'workbench.editor.centeredLayoutFixedWidth': {
273273
'type': 'boolean',
274274
'default': false,
275-
'description': localize('centeredLayoutDynamicWidth', "Controls wether the centered layout tries to maintain constant width when the window is resized.")
275+
'description': localize('centeredLayoutDynamicWidth', "Controls whether the centered layout tries to maintain constant width when the window is resized.")
276276
},
277277
'workbench.editor.limit.enabled': {
278278
'type': 'boolean',

0 commit comments

Comments
 (0)