Skip to content

Commit 1089c3e

Browse files
authored
corrected typo on line 44 from targes to targets (#1108)
1 parent 7c196c2 commit 1089c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/MigrationV11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ should become
4141
findByText(/Text/, {}, { timeout: 1000 })
4242
```
4343

44-
## Triggering non-touch events on targes with `pointerEvents="box-none"` prop
44+
## Triggering non-touch events on targets with `pointerEvents="box-none"` prop
4545

4646
Up to version 10, RNTL disables all events for a target with `pointerEvents="box-none"`. This behavior is counter to how React Native itself functions.
4747

0 commit comments

Comments
 (0)