Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
itsJoKr authored Mar 30, 2023
1 parent 8a6e63f commit c5b5dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/testing/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ In this document, the usage of component identifiers like `accessibilityIdentifi

## Testing for Flutter

- **Flutter app forAndroid**
- **Flutter app for Android**

For manual testing, the usual way in native Android is testing using Accessibility Scanner. Unfortunatelly that doesn't work with Flutter yet ([see open issue](https://github.com/flutter/flutter/issues/39531)).
You can use TalkBack, but that's mainly inteded for real users that needs accessibility features. It's good so you know how everything works for user, but it's a bit complex and slow to use for testing.
Expand Down

0 comments on commit c5b5dde

Please sign in to comment.