From b424680358977b07bb6882b67fb658b2800a1605 Mon Sep 17 00:00:00 2001 From: king6cong Date: Tue, 22 Nov 2016 20:33:04 +0800 Subject: [PATCH] fix typo --- React/Views/RCTScrollViewManager.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/React/Views/RCTScrollViewManager.m b/React/Views/RCTScrollViewManager.m index ac0f05b041c792..181f7c7df64283 100644 --- a/React/Views/RCTScrollViewManager.m +++ b/React/Views/RCTScrollViewManager.m @@ -82,7 +82,7 @@ - (UIView *)view RCT_EXPORT_VIEW_PROPERTY(onMomentumScrollEnd, RCTDirectEventBlock) RCT_EXPORT_VIEW_PROPERTY(onScrollAnimationEnd, RCTDirectEventBlock) -// overflow is used both in css-layout as well as by reac-native. In css-layout +// overflow is used both in css-layout as well as by react-native. In css-layout // we always want to treat overflow as scroll but depending on what the overflow // is set to from js we want to clip drawing or not. This piece of code ensures // that css-layout is always treating the contents of a scroll container as