diff --git a/docs/src/main-modules/display/rotation.mdx b/docs/src/main-modules/display/rotation.mdx
index cc5a100594..e348633541 100644
--- a/docs/src/main-modules/display/rotation.mdx
+++ b/docs/src/main-modules/display/rotation.mdx
@@ -9,7 +9,7 @@ The orientation of the display can be changed with
where `xxx` is
0, 90, 180 or 270. This will swap the horizontal and vertical resolutions internally
according to the set degree; however, it will not perform the actual rotation.
-When changing the rotation, the event is
+When changing the rotation, the event is
emitted to allow for hardware reconfiguration. If your display panel and/or its
driver chip(s) do not support rotation, can be used to
rotate the buffer in the [Flush Callback](/main-modules/display/setup) function.