diff --git a/doc/classes/CodeEdit.xml b/doc/classes/CodeEdit.xml
index f6c6f3f2816..edc0ee87824 100644
--- a/doc/classes/CodeEdit.xml
+++ b/doc/classes/CodeEdit.xml
@@ -582,7 +582,7 @@
If [code]true[/code], lines can be folded. Otherwise, line folding methods like [method fold_line] will not work and [method can_fold_line] will always return [code]false[/code]. See [member gutters_draw_fold_gutter].
- Draws vertical lines at the provided columns. The first entry is considered a main hard guideline and is draw more prominently.
+ Draws vertical lines at the provided columns. The first entry is considered a main hard guideline and is drawn more prominently.
Set when a validated word from [signal symbol_validate] is clicked, the [signal symbol_lookup] should be emitted.
@@ -596,7 +596,7 @@
- Emitted when a breakpoint is added or removed from a line. If the line is moved via backspace a removed is emitted at the old line.
+ Emitted when a breakpoint is added or removed from a line. If the line is removed via backspace, a signal is emitted at the old line.