diff --git a/Libraries/Components/ScrollView/ScrollView.js b/Libraries/Components/ScrollView/ScrollView.js index b0bc86b9d..387465ab3 100644 --- a/Libraries/Components/ScrollView/ScrollView.js +++ b/Libraries/Components/ScrollView/ScrollView.js @@ -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. *