fix typo - closes #13369

Summary:
We're just fixing a reported typo from the docs.

proofreading
Closes https://github.com/facebook/react-native/pull/13375

Differential Revision: D4851601

Pulled By: javache

fbshipit-source-id: b8bd4067285809dd24b6e5c9bc8fddcc8734dfd1
This commit is contained in:
Steffen Forkmann 2017-04-07 10:43:19 -07:00 committed by Facebook Github Bot
parent 01bb095c41
commit 39431deb1f
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*