Fix minor typo in RCTEnhancedScrollView.h

Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/20456

Differential Revision: D9061113

Pulled By: hramos

fbshipit-source-id: 4a8afa63dd00be60cb8d622a6929c5f3bef4c20c
This commit is contained in:
Aaron Brager 2018-07-30 10:55:49 -07:00 committed by Facebook Github Bot
parent 23657ccf5b
commit ca7eb14682

View File

@ -12,7 +12,7 @@
NS_ASSUME_NONNULL_BEGIN
/**
* `UIScrollView` subclass which has some improvements and tweeks
* `UIScrollView` subclass which has some improvements and tweaks
* wich are not directly related to React.
*/
@interface RCTEnhancedScrollView : UIScrollView