diff --git a/docs/menugeneration.rst b/docs/menugeneration.rst
index 32c8ee9ec49a44f4e57b2090030054b3ae4967a9..8818672f49b19219f5e6bdf285d9066d9bd519fd 100644
--- a/docs/menugeneration.rst
+++ b/docs/menugeneration.rst
@@ -23,7 +23,7 @@ Where each key is as follows:
 
 - ``url``: See :doc:`urls`
 
-- ``related_urls``: If one of this URLs is part of the path on the currently opened page, the menu item will be marked as selected (format of URLs like described at :doc:`urls`)
+- ``related_urls``: If one of these URLs is part of the path on the currently opened page, the menu item will be marked as selected (format of URLs like described at :doc:`urls`)
 
 - ``root``: A flag to indicate this item is the root of a path, with this you can correctly mark nested menus as selected.
 
@@ -89,4 +89,4 @@ With this feature you can have a project structure like this::
     │
      ...
 
-You can have a mix of the two approaches if you wish
\ No newline at end of file
+You can have a mix of the two approaches if you wish