Skip to content

Commit

Permalink
fix typo - closes #13369
Browse files Browse the repository at this point in the history
Summary:
We're just fixing a reported typo from the docs.

proofreading
Closes #13375

Differential Revision: D4851601

Pulled By: javache

fbshipit-source-id: b8bd4067285809dd24b6e5c9bc8fddcc8734dfd1
  • Loading branch information
forki authored and facebook-github-bot committed Apr 7, 2017
1 parent 01bb095 commit 39431de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Components/ScrollView/ScrollView.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const requireNativeComponent = require('requireNativeComponent');
*
* On the other hand, this has a performance downside. Imagine you have a very
* long list of items you want to display, maybe several screens worth of
* content. Creating JS components and native views for everythign all at once,
* content. Creating JS components and native views for everything all at once,
* much of which may not even be shown, will contribute to slow rendering and
* increased memory usage.
*
Expand Down

0 comments on commit 39431de

Please sign in to comment.