Add missing backtick in PanResponder.js docs

Summary: Closes https://github.com/facebook/react-native/pull/11274

Differential Revision: D4268360

fbshipit-source-id: 8d92300830e4568de14350a539c11b8773c425c0
This commit is contained in:
Ben Kalman 2016-12-02 15:11:50 -08:00 committed by Facebook Github Bot
parent 833961e05d
commit fb4f71f4ac
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ const currentCentroidY = TouchHistoryMath.currentCentroidY;
* 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
* 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