Skip to content

Commit

Permalink
Add missing word "be"
Browse files Browse the repository at this point in the history
  • Loading branch information
kastiglione committed Mar 30, 2015
1 parent 73e9b10 commit 99b900e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _docs/datasource-overview.md
Original file line number Diff line number Diff line change
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 99b900e

Please sign in to comment.