Skip to content

Commit db7af58

Browse files
authored
fix-small-typo-in-docs (#20490)
1 parent 6b4b7dc commit db7af58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/talkback-guidelines.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ To make a view focusable for accessible you can utilize :
215215

216216
#### Focus Guidelines
217217
* It is important that you manage how focus is being set. Ensure you don't confuse keyboard focus/input focus with accessibility focus, as you can end up in a situation where you set `focusable` to true for accessibility reasons and it impacts the user experience for users using the app without TalkBack.
218-
* Do not attempt to force TalkBack to focus on a specific view, as it breaks predictable navigation and you might make the app more inaccessible. TalkBack also attaches itself late in the activity lifecyle so it might be difficult to get this to work properly without a hacky solution.
218+
* Do not attempt to force TalkBack to focus on a specific view, as it breaks predictable navigation and you might make the app more inaccessible. TalkBack also attaches itself late in the activity lifecycle so it might be difficult to get this to work properly without a hacky solution.
219219

220220
### <a name="horizontal-scrolling"></a>Horizontal Scrolling
221221

0 commit comments

Comments
 (0)