diff --git a/guide/english/accessibility/accessibility-examples/index.md b/guide/english/accessibility/accessibility-examples/index.md index 46085e73bc..d034b5e562 100644 --- a/guide/english/accessibility/accessibility-examples/index.md +++ b/guide/english/accessibility/accessibility-examples/index.md @@ -21,9 +21,8 @@ To allow visually impaired users to skip to the main content of a site and avoid ...page content ``` -3. Hide the "skip navigation" link by default. -This ensures that the link is only visible to sighted users when the link is in focus. -Create a class for the link that can be styled with CSS. In my example I have added the class skip-link. +3. Hide the "skip navigation" link by default. This ensures that the link is only visible to sighted users when the link is in focus. +Create a class for the link that can be styled with CSS. In my example, I have added the class skip-link. ```css .skip-link { position: absolute;