diff --git a/doc/classes/LineEdit.xml b/doc/classes/LineEdit.xml
index ef620da8471..e2aa13403a4 100644
--- a/doc/classes/LineEdit.xml
+++ b/doc/classes/LineEdit.xml
@@ -223,11 +223,11 @@
If [code]true[/code], the [LineEdit] width will increase to stay longer than the [member text]. It will [b]not[/b] compress if the [member text] is shortened.
- If [code]true[/code], the [LineEdit] don't display decoration.
+ If [code]true[/code], the [LineEdit] doesn't display decoration.
- Language code used for line-breaking and text shaping algorithms, if left empty current locale is used instead.
+ Language code used for line-breaking and text shaping algorithms. If left empty, current locale is used instead.
Maximum number of characters that can be entered inside the [LineEdit]. If [code]0[/code], there is no limit.