Skip to content

Commit

Permalink
Merge pull request #45 from kastiglione/patch-1
Browse files Browse the repository at this point in the history
Small doc typo
  • Loading branch information
adamjernst committed Mar 30, 2015
2 parents 73e9b10 + 99b900e commit 3a18ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _docs/datasource-overview.md
Expand Up @@ -29,7 +29,7 @@ ComponentKit includes a standard datasource stack dedicated to render components
1. Take as input changesets containing commands and models.
*e.g: "Insert at index 0 in section 1 the item representing ModelA".
2. **Generate and layout in the background** the components associated to those changes.
3. Output a changeset along with handles to the generated components so that it can used with a `UITableView` or a `UICollectionView`
3. Output a changeset along with handles to the generated components so that it can be used with a `UITableView` or a `UICollectionView`

### CKComponentCollectionViewDataSource

Expand Down

0 comments on commit 3a18ab6

Please sign in to comment.