diff --git a/docs/tests/aAdjacentWithSameResourceShouldBeCombined.rst b/docs/tests/aAdjacentWithSameResourceShouldBeCombined.rst index e9a3f846a..cef191fc5 100644 --- a/docs/tests/aAdjacentWithSameResourceShouldBeCombined.rst +++ b/docs/tests/aAdjacentWithSameResourceShouldBeCombined.rst @@ -6,24 +6,20 @@ Adjacent links that point to the same location should be merged .. php:class:: aAdjacentWithSameResourceShouldBeCombined -Because many users of screen-readers use links to navigate the page, providing two links right next to eachother that points to the same location can be confusing. Try combining the links. +Because many users of screen-readers use links to navigate the page, providing two links right next to each other that point to the same location can be confusing. Try combining the links. Example ------- - Wrong +Wrong ----- .. code-block:: html You can also read more of my great article. - Right +Right ----- .. code-block:: html You can also read more of my great article. - - -Example --------