Skip to content

Commit 7eb1114

Browse files
Fix typo in "derived" in v12 migration guide (#1376)
1 parent c6f976f commit 7eb1114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/MigrationV12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Elements that are hidden from accessiblity, e.g. elements on non-active screen w
1717
Previous behaviour of matching hidden elements can be enabled on query level using [includeHiddenElements](api-queries#includehiddenelements-option) query options or globally using `defaultIncludeHiddenElements`(api#defaultincludehiddenelements-option) configuration option.
1818

1919
## 2. `*ByRole` queries now return only accessibility elements
20-
`*ByRole` queries now return only accessibility elements, either explicitly marked with `accessible` prop or implicit ones where this status is derrived from component type itself (e.g `Text`, `TextInput`, `Switch`, but not `View`).
20+
`*ByRole` queries now return only accessibility elements, either explicitly marked with `accessible` prop or implicit ones where this status is derived from component type itself (e.g `Text`, `TextInput`, `Switch`, but not `View`).
2121

2222
You may need to adjust relevant components under test to make sure they pass `isAccessibilityElement` check.
2323

0 commit comments

Comments
 (0)