From 8106d33d0f13825b4459898ca20282ba5b543897 Mon Sep 17 00:00:00 2001
From: UltraBIF <92269209+Xenoparrot@users.noreply.github.com>
Date: Mon, 1 May 2023 18:09:49 -0400
Subject: Fixed various typos across the docs
---
doc/classes/EditorSettings.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'doc/classes/EditorSettings.xml')
diff --git a/doc/classes/EditorSettings.xml b/doc/classes/EditorSettings.xml
index ddaed23d55..e5500bd1ff 100644
--- a/doc/classes/EditorSettings.xml
+++ b/doc/classes/EditorSettings.xml
@@ -295,7 +295,7 @@
If [code]true[/code], render the grid on an XZ plane.
- If [code]true[/code], render the grid on an YZ plane. This can be useful for 3D side-scrolling games.
+ If [code]true[/code], render the grid on a YZ plane. This can be useful for 3D side-scrolling games.
If [code]true[/code], enables 3-button mouse emulation mode. This is useful on laptops when using a trackpad.
@@ -704,7 +704,7 @@
If [code]true[/code], colors the background of the line the caret is currently on with [member text_editor/theme/highlighting/current_line_color].
- The shape of the caret to use in the script editor. [b]Line[/b] displays a vertical line to the left of the current character, whereas [b]Block[/b] displays a outline over the current character.
+ The shape of the caret to use in the script editor. [b]Line[/b] displays a vertical line to the left of the current character, whereas [b]Block[/b] displays an outline over the current character.
The column at which to display a subtle line as a line length guideline for scripts. This should generally be greater than [member text_editor/appearance/guidelines/line_length_guideline_soft_column].
--
cgit v1.2.3