Skip to content

Commit 466d772

Browse files
authored
Update accessibility.md typos (#300)
1 parent 67a4e55 commit 466d772

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ff-concepts/localization-accessibility/accessibility.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To add a semantic label for any widget, select the widget, move to the propertie
5757
</div>
5858
<p></p>
5959

60-
Moreover, to add a semantic label for every widget in your app that has an action trigger `OnTap` or `onLongPress`, you can enable the **Add Warning for Semactic Widgets**. By doing so, you'll get a warning if any widget has action but doesn't have a semantic label added yet.
60+
Moreover, to add a semantic label for every widget in your app that has an action trigger `OnTap` or `onLongPress`, you can enable the **Add Warning for Semantic Widgets**. By doing so, you'll get a warning if any widget has an action but doesn't have a semantic label added yet.
6161

6262
:::tip
6363

@@ -108,4 +108,4 @@ You can use tools like [**WCAG Contrast Checker**](https://webaim.org/resources/
108108
- Don't use color as the only means to convey important information. Include text, icons, or patterns to supplement color, making the content accessible to colorblind users.
109109
- Verify your app's UI under high contrast or larger text sizes to ensure it remains readable and usable.
110110
- Use simple gestures like taps and double-taps instead of multi-finger swipes or long presses. Provide alternate ways to perform actions, such as using a button in addition to a swipe gesture.
111-
- Perform usability tests with individuals with disabilities. Real user feedback is invaluable for identifying issues that might not be caught during standard testing.
111+
- Perform usability tests with individuals with disabilities. Real user feedback is invaluable for identifying issues that might not be caught during standard testing.

0 commit comments

Comments
 (0)