From 3b76ba6d5ab6745cd12d2cb632ae4a55680dc89a Mon Sep 17 00:00:00 2001 From: Henry Barreto <68656e72792e6261727265746f@gmail.com> Date: Sat, 2 Nov 2024 15:29:56 -0300 Subject: [PATCH] docs: Align soft_wrap reference with naming pattern used (#20080) Release Notes: - N/A --- 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 c2f0275744559..cbb5623104ddd 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -152,7 +152,7 @@ "show_signature_help_after_edits": true, // Whether to show wrap guides (vertical rulers) in the editor. // Setting this to true will show a guide at the 'preferred_line_length' value - // if softwrap is set to 'preferred_line_length', and will show any + // 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, // Character counts at which to show wrap guides in the editor.