Merge pull request #1112 from brentvatne/fix-scrollview-doc-typo

Fix scrollview doc type - canimprove -> can improve
This commit is contained in:
Tadeu Zagallo 2015-05-07 02:57:44 +01:00
commit 8d1fcfd615

View File

@ -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,