From 30491b2c9ed4f648c58a44946823dd9670a88c09 Mon Sep 17 00:00:00 2001 From: Gabiveu1574 <> Date: Thu, 8 Sep 2022 21:44:12 -0400 Subject: [PATCH] corrected typo on line 44 from targes to targets --- website/docs/MigrationV11.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/MigrationV11.md b/website/docs/MigrationV11.md index 2ace29485..ae9d1c99a 100644 --- a/website/docs/MigrationV11.md +++ b/website/docs/MigrationV11.md @@ -41,7 +41,7 @@ should become findByText(/Text/, {}, { timeout: 1000 }) ``` -## Triggering non-touch events on targes with `pointerEvents="box-none"` prop +## Triggering non-touch events on targets with `pointerEvents="box-none"` prop 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.