diff --git a/doc/classes/DisplayServer.xml b/doc/classes/DisplayServer.xml
index 1dc4dd3ff07..832adb6e982 100644
--- a/doc/classes/DisplayServer.xml
+++ b/doc/classes/DisplayServer.xml
@@ -1695,7 +1695,7 @@
[b]Note:[/b] This flag is implemented on macOS.
- All mouse event as passed to the underlying window of the same application.
+ All mouse events are passed to the underlying window of the same application.
Max value of the [enum WindowFlags].
diff --git a/doc/classes/Window.xml b/doc/classes/Window.xml
index dd145c016c1..da31e6761e6 100644
--- a/doc/classes/Window.xml
+++ b/doc/classes/Window.xml
@@ -729,6 +729,7 @@
[b]Note:[/b] This flag is implemented on macOS.
+ All mouse events are passed to the underlying window of the same application.
Max value of the [enum Flags].