diff --git a/Libraries/Components/ScrollResponder.js b/Libraries/Components/ScrollResponder.js index 93431293a34..6a38cc7523d 100644 --- a/Libraries/Components/ScrollResponder.js +++ b/Libraries/Components/ScrollResponder.js @@ -574,7 +574,7 @@ const ScrollResponderMixin = { * - willHide {startCoordinates, endCoordinates} several times * - didHide several times * - * The `ScrollResponder` providesModule callbacks for each of these events. + * The `ScrollResponder` module callbacks for each of these events. * Even though any user could have easily listened to keyboard events * themselves, using these `props` callbacks ensures that ordering of events * is consistent - and not dependent on the order that the keyboard events are