diff --git a/releases/next/docs/panresponder.html b/releases/next/docs/panresponder.html index 5ada0ce9782..05cb10365d0 100644 --- a/releases/next/docs/panresponder.html +++ b/releases/next/docs/panresponder.html @@ -1,6 +1,6 @@
PanResponder reconciles several touches into a single gesture. It makes
single-touch gestures resilient to extra touches, and can be used to
-recognize simple multi-touch gestures.
By default, PanResponder holds an `InteractionManager handle to block
+recognize simple multi-touch gestures.
By default, PanResponder holds an InteractionManager handle to block
long-running JS events from interrupting active gestures.
It provides a predictable wrapper of the responder handlers provided by the
gesture responder system.
For each handler, it provides a new gestureState object alongside the