Skip to content

Commit b38691f

Browse files
authored
update setting description (microsoft#164628)
1 parent 3ca4fca commit b38691f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/editor/common/config/editorOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,7 @@ class EditorAccessibilitySupport extends BaseEditorOption<EditorOption.accessibi
11831183
],
11841184
default: 'auto',
11851185
tags: ['accessibility'],
1186-
description: nls.localize('accessibilitySupport', "Controls whether the editor should run in a mode where it is optimized for screen readers. Setting to on will disable word wrapping.")
1186+
description: nls.localize('accessibilitySupport', "Controls whether the editor should run in a mode where it is optimized for screen readers.")
11871187
}
11881188
);
11891189
}

0 commit comments

Comments
 (0)