settings_ui: Fix misplaced comma in autoclose setting description (#40519)

Release Notes:

- Fixed misplaced comma in the autoclose description from:
"when you type (, Zed will ...)"
to 
"when you type, (Zed will ...)"

---------

Co-authored-by: Danilo Leal <daniloleal09@gmail.com>
This commit is contained in:
David
2025-10-17 19:45:44 -03:00
committed by GitHub
co-authored by Danilo Leal
parent 287314f415
commit 9984614f3d
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -3326,7 +3326,7 @@ Positive integer values
## Use Auto Surround
- Description: Whether to automatically surround selected text when typing opening parenthesis, bracket, brace, single or double quote characters. For example, when you select text and type (, Zed will surround the text with ().
- Description: Whether to automatically surround selected text when typing opening parenthesis, bracket, brace, single or double quote characters. For example, when you select text and type '(', Zed will surround the text with ().
- Setting: `use_auto_surround`
- Default: `true`