diff --git a/doc/classes/BaseMaterial3D.xml b/doc/classes/BaseMaterial3D.xml
index 8221398aa0..380e739f46 100644
--- a/doc/classes/BaseMaterial3D.xml
+++ b/doc/classes/BaseMaterial3D.xml
@@ -67,7 +67,7 @@
- Sets the texture for the slot specified by [code]param[/code]. See [enum TextureParam] for available slots.
+ Sets the texture for the slot specified by [code]param[/code]. See [enum TextureParam] for available slots.
diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml
index af594c36d1..76674dcef8 100644
--- a/doc/classes/ProjectSettings.xml
+++ b/doc/classes/ProjectSettings.xml
@@ -824,16 +824,16 @@
-
+
Maximum amount of characters allowed to send as output from the debugger. Over this value, content is dropped. This helps not to stall the debugger connection.
-
+
Maximum number of errors allowed to be sent from the debugger. Over this value, content is dropped. This helps not to stall the debugger connection.
-
+
Maximum amount of messages in the debugger queue. Over this value, content is dropped. This helps to limit the debugger memory usage.
-
+
Maximum number of warnings allowed to be sent from the debugger. Over this value, content is dropped. This helps not to stall the debugger connection.
diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml
index d4eeb574eb..b515b27b31 100644
--- a/doc/classes/TextEdit.xml
+++ b/doc/classes/TextEdit.xml
@@ -502,6 +502,12 @@
+
+
+
+
+
+
Emitted when the text changes.
diff --git a/doc/classes/VisualShader.xml b/doc/classes/VisualShader.xml
index 21a5c4f036..40b0f52469 100644
--- a/doc/classes/VisualShader.xml
+++ b/doc/classes/VisualShader.xml
@@ -208,7 +208,7 @@
A fragment shader, operating on fragments (pixels).
- A shader for light calculations.
+ A shader for light calculations.
Represents the size of the [enum Type] enum.