Fixed a blog typo

Summary: Closes https://github.com/facebook/react-native/pull/16283

Differential Revision: D6024724

Pulled By: hramos

fbshipit-source-id: 1fa1a5341f33e766a5d12ec6da9cb88f633e38af
This commit is contained in:
Paito Anderson 2017-10-10 15:12:33 -07:00 committed by Facebook Github Bot
parent a55192074e
commit 1f8826815d
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ If you want to render a set of data broken into logical sections, maybe with sec
<SectionList
renderItem={({item}) => <ListItem title={item.title} />}
renderSectionHeader={({section}) => <H1 title={section.key} />}
sections={[ // homogenous rendering between sections
sections={[ // homogeneous rendering between sections
{data: [...], key: ...},
{data: [...], key: ...},
{data: [...], key: ...},