From ca7eb14682fcc8bfa19b4caac47b881eef6748be Mon Sep 17 00:00:00 2001 From: Aaron Brager Date: Mon, 30 Jul 2018 10:55:49 -0700 Subject: [PATCH] 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 --- .../Mounting/ComponentViews/ScrollView/RCTEnhancedScrollView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/React/Fabric/Mounting/ComponentViews/ScrollView/RCTEnhancedScrollView.h b/React/Fabric/Mounting/ComponentViews/ScrollView/RCTEnhancedScrollView.h index 0795a78991d168..f2e954db6a0806 100644 --- a/React/Fabric/Mounting/ComponentViews/ScrollView/RCTEnhancedScrollView.h +++ b/React/Fabric/Mounting/ComponentViews/ScrollView/RCTEnhancedScrollView.h @@ -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