From c64c2758c03c8d9766ea0f12639a623c6705b38e Mon Sep 17 00:00:00 2001 From: Andrew Dunbar Date: Sun, 7 Apr 2024 02:46:06 +0700 Subject: [PATCH] Fix reference to `soft_wrap` option in comment (#10239) Brought this up briefly in Discord: https://discord.com/channels/869392257814519848/873293828805771284/1226224505760776192 Release Notes: - Fixed an incorrect reference to the `soft_wrap` setting in the default settings documentation. --- assets/settings/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/settings/default.json b/assets/settings/default.json index 752bbf776bc494d8adea0c1a9ab691492469e73c..c472c337a738bd413192cf4c11ba0212090f2968 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -70,7 +70,7 @@ // documentation when not included in original completion list. "completion_documentation_secondary_query_debounce": 300, // Whether to show wrap guides in the editor. Setting this to true will - // show a guide at the 'preferred_line_length' value if softwrap is set to + // show a guide at the 'preferred_line_length' value if 'soft_wrap' is set to // 'preferred_line_length', and will show any additional guides as specified // by the 'wrap_guides' setting. "show_wrap_guides": true,