From f05494c96f7d4c43afd0023faad792aa1699bd04 Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Wed, 6 May 2015 21:18:03 -0700 Subject: [PATCH] Fix scrollview doc type - canimprove -> can improve Summary: Simple one character change - add a missing space Closes https://github.com/facebook/react-native/pull/1112 Github Author: Brent Vatne Test Plan: Imported from GitHub, without a `Test Plan:` line. --- Libraries/Components/ScrollView/ScrollView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Components/ScrollView/ScrollView.js b/Libraries/Components/ScrollView/ScrollView.js index f8dc3bcba..3b5122b24 100644 --- a/Libraries/Components/ScrollView/ScrollView.js +++ b/Libraries/Components/ScrollView/ScrollView.js @@ -186,7 +186,7 @@ var ScrollView = React.createClass({ /** * Experimental: When true, offscreen child views (whose `overflow` value is * `hidden`) are removed from their native backing superview when offscreen. - * This canimprove scrolling performance on long lists. The default value is + * This can improve scrolling performance on long lists. The default value is * false. */ removeClippedSubviews: PropTypes.bool,