Skip to content

Commit 2c709a4

Browse files
docs: address Vale linting feedback
- Define WCAG acronym on first use (Web Content Accessibility Guidelines) - Remove adverb "quickly" from search section - Change "is not" to "isn't" for consistency Co-Authored-By: Chris McDonnell <[email protected]>
1 parent 3d4109b commit 2c709a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fern/products/docs/pages/getting-started/accessibility.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Accessibility and keyboard shortcuts"
33
subtitle: "Navigate and use Fern docs with keyboard shortcuts and accessibility features"
4-
description: "Learn about keyboard shortcuts and accessibility features in Fern documentation, including navigation shortcuts, search commands, and WCAG 2.1 AA color contrast enforcement."
4+
description: "Learn about keyboard shortcuts and accessibility features in Fern documentation, including navigation shortcuts, search commands, and Web Content Accessibility Guidelines (WCAG) 2.1 AA color contrast enforcement."
55
---
66

77
Fern docs are designed to be accessible and keyboard-friendly, supporting navigation and interaction without requiring a mouse. This page outlines the keyboard shortcuts and accessibility features available in Fern documentation.
@@ -17,10 +17,10 @@ Navigate between previous and next pages in your documentation using keyboard sh
1717

1818
### Search
1919

20-
Open the search dialog to quickly find content in your documentation:
20+
Open the search dialog to find content in your documentation:
2121

2222
- **Command + K** (macOS) or **Ctrl + K** (Windows/Linux): Open search dialog
23-
- **/** (forward slash): Open search dialog when focus is not in a text input field
23+
- **/** (forward slash): Open search dialog when focus isn't in a text input field
2424
- Note: The `/` shortcut won't work when typing in an input field, textarea, or contenteditable element
2525

2626
Once the search dialog is open:

0 commit comments

Comments
 (0)